Build wheels for Python 3.11 release candidate 2
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
Python 3.11 installation fails because there are no wheels and when building by source you need symengine and its dependencies installed already.
https://www.python.org/downloads/release/python-3110/
@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. cc @certik
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!