-
Notifications
You must be signed in to change notification settings - Fork 64
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
Build wheels for Python 3.11 release candidate 2 #422
Comments
Python 3.11 installation fails because there are no wheels and when building by source you need symengine and its dependencies installed already. |
@isuruf: I think you are the only person that can build/upload wheels currently. Let me know if there is anything I can do to help. |
Uploaded 3.11 wheels for linux-x86_64, linux_ppc64le, linux_aarch64, macos-x86_64, macos-arm64, win-amd64. @rikardn, wheels are built in CI in https://github.com/symengine/symengine-wheels where you have permission. The only part where you don't have permission is to upload them to PyPI. Not sure if I can add people there. |
Thanks @isuruf. I will try that CI at some point. I tested the the new wheel for Linux on my machine and it works fine! |
https://www.python.org/download/pre-releases Python 3.11 is ~22% faster than Python 3.10 but pip install fails.
See test results at #421
The text was updated successfully, but these errors were encountered: