symengine.py icon indicating copy to clipboard operation
symengine.py copied to clipboard

Build wheels for Python 3.11 release candidate 2

Open cclauss opened this issue 3 years ago • 1 comments

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

cclauss avatar Oct 09 '22 04:10 cclauss

Python 3.11 installation fails because there are no wheels and when building by source you need symengine and its dependencies installed already.

isuruf avatar Oct 09 '22 21:10 isuruf

https://www.python.org/downloads/release/python-3110/

cclauss avatar Oct 26 '22 15:10 cclauss

@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.

rikardn avatar Oct 27 '22 07:10 rikardn

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

isuruf avatar Oct 28 '22 00:10 isuruf

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!

rikardn avatar Nov 10 '22 07:11 rikardn