Python 3.13 wheels for Linux arm64
Hi - it would be great to see a new release with Python 3.13 wheels.
I just noticed this morning when running some integration tests. Thanks!
@RobertoPrevato
Also is it possible to add linux arm64 wheels? Thanks
Any update on this? I'm getting errors when installing on Python 3.13:
blacksheep/url.c:14782:67: error: too few arguments to function call, expected 6, have 5
14780 | ret = _PyLong_AsByteArray((PyLongObject *)v,
| ~~~~~~~~~~~~~~~~~~~
14781 | bytes, sizeof(val),
14782 | is_little, !is_unsigned);
| ^
Hi Wheels for Python 3.13 are included in blacksheep 2.0.8. The build pipeline even runs tests with that version of Python as it's included in the matrix.
Reopened for the question regarding linux arm64 wheels.
PRs are welcome to:
- Modify the GitHub Workflow to include Linux arm64 wheels, updating the matrix.
#590
You can try installing wheels for Linux arm64 using this alpha release:
pip install blacksheep==2.4.4a2
https://pypi.org/project/blacksheep/2.4.4a2/#files
Thanks @bymoye for your contributions!