Matthieu Darbois
Matthieu Darbois
This ended up being an issue with actions/setup-python: https://github.com/actions/setup-python/issues/512 - now fixed.
@woodruffw, I read 2 different things: - enforcing abi3 compliance - scans wheels for abi3 violations The first one is not something that can be done I think. The second...
> edit: hmm, on second thought, from reading [this](https://github.com/pypa/manylinux#docker-images), i think it might reduce backward compatibility (despite producing a wheel like psutil-5.9.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl) Indeed it would reduce backward compatibility. I've kept...
@giampaolo, thanks for your detailed answers. While I'm a bit disappointed, I do appreciate the position you'd be in w.r.t. to maintaining if it got merged in. > The most...
@joerick, I'm not sure it's worth changing this behavior. Unless I'm missing something (and this is definitely a possibility), wouldn't the build fail later on, even when using the `build`...
The file https://github.com/K0lb3/UnityPy/blob/master/UnityPyBoost/endian.h is conflicting with the system one. c.f. https://stackoverflow.com/questions/33769348/error-compiling-duplicate-member-on-header-endian-h If you rename your file, the problem should disappear.
manylinux2010 does not have CPython 3.11 support for this image will be dropped before ABI stability of CPython 3.11 thus the beta has been dropped on this image to prevent...
> I'm guessing manylinux1 also won't get Python 3.11? Correct. The manylinux1 image does not even have Python 3.10 > We need to detect this then, rather than grabbing a...
> Perhaps it's added in manylinux? The only `python` in the `PATH` in manylinux images is the system one (when it exists, on some images the system python is `python3`)...
@Erotemic, podman or a rootless docker daemon should probably work. If you've been able to try any of those, it might be interesting to know what works and what doesn't....