-
Notifications
You must be signed in to change notification settings - Fork 15
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
Python 3.13 #46
Comments
#48 might help, it will automate updating GitHub Actions, including updating cibuildwheel to the latest version which support Python 3.13. |
Opened PRs upstream, last year it was merged within the day!
NumPy has Python 3.13 wheels out for NumPy 2.1.0! |
You can get pre-release wheels at https://anaconda.org/scientific-python-nightly-wheels/numpy |
They're are also right on PyPI: https://pypi.org/project/numpy/#files |
sorry, I meant for next year's 3.14 update effort, the pre-release wheels will be on the staging site before they are released to PyPI. |
Yes that's a good point! |
I just saw this https://github.com/multi-build/multibuild/blob/devel/osx_utils.sh#L25 @EwoutH. Nice work! |
In conclusion: we can continue with multibuild for the remainder of the 1.10.0 release plan and migrate to cibuildwheel after. |
There are 2 different groups of tasks
Python 3.13 support in CI runners
Python 3.13 support in wheel building tools
Conclusions:
The text was updated successfully, but these errors were encountered: