-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The python 3.11 wheel for linux x86 is missing #179
Comments
We are using the containers quay.io/pypa/manylinux2010_x86_64 resp. quay.io/pypa/manylinux2010_i686 to build the linux wheels. The lastest versions of that containers seem to contain Python 3.6 up to 3.10 as well as PyPy 3.7 and 3.8 but no Python 3.11. |
If I'm reading this correctly, I'm afraid that manylinux2010 is no longer supported as of 2022-08-01, and 3.11 will not be made available there. I think you'll need to update the build process to at least |
This suggestion is implemented in zopefoundation/meta#183. |
That sounds great, thank you! I'm looking forward to the next releases then. :) |
I just released https://pypi.org/project/persistent/5.0/#files. The wheels should follow in the next minutes. |
Please try if the result works for you. |
The 5.0 wheel works perfectly with python-3.11, thank you! |
I'm not fully up to date with wheel classifiers, but I think I'm reading https://pypi.org/project/persistent/4.9.3/#files correctly that there is only a linux/arm wheel on pypi currently, but no x86_64 one. (There is one for 3.10, though.)
This causes e.g. this kind of error, because pip tries to build from sdist instead:
The text was updated successfully, but these errors were encountered: