Closed
Description
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:
- numpy-1.26.0-pp39-pypy39_pp73-win_amd64.whl
- numpy-1.26.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- numpy-1.26.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
- https://pypi.org/project/numpy/1.26.0/#files
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!