-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
ENH: Release wheels for PyPy3.10 #24728
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
Comments
Thanks @hugovk. I think we probably do want PyPy 3.10 wheels for the next release, it's a matter of updating the wheel build CI jobs. We probably should drop 3.9 at that point indeed, we've never supported two PyPy releases at the same time AFAIK. |
It would be nice to release macos-arm64 wheels for PyPy. |
It appears that with #26222, |
The next release will probably be 2.1.0, which should arrive in a month from now (just after Python 3.13.0rc1). That will have PyPy 3.10 wheels. If you need them earlier, using them from https://anaconda.org/scientific-python-nightly-wheels/numpy/files is probably a diff of a few lines in your cibuildwheel config? |
Ah, we aren't in much of a rush, as it only seems to affect Windows wheel building for some reason; that is probably going to be fine. |
It looks like numpy has wheels for pypy3.10, can this be closed? |
Thanks for pointing it out. Closing. |
* numpy wheels now exist: numpy/numpy#24728 * Remove unnecessary image override
Proposed new feature or change:
The most recent PyPy release (7.3.12 from 2023-06-16) supports both 3.9 and 3.10:
NumPy 1.26.0 has wheels for PyPy3.9 but not for PyPy3.10:
Are there any plans to release wheels for PyPy3.10?
I see SPEC 0 recommends dropping Python 3.9 on 5th Oct 2023, so this could help towards that.
A quick test (hugovk@6d4526c) shows tests pass and wheels build for PyPy3.10.
Thank you!
The text was updated successfully, but these errors were encountered: