Skip to content

Commit

Permalink
BLD: Build PyPy 3.9 wheels. (numpy#23023)
Browse files Browse the repository at this point in the history
NumPy is dropping Python 3.8 for the 1.25.x release cycle. This updates
PyPy to 3.9 in order to be consistant with that.

Co-authored-by: Matti Picus <[email protected]>
  • Loading branch information
charris and mattip authored Jan 18, 2023
1 parent 0013550 commit b2badd7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ jobs:
- [macos-12, macosx_*]
- [windows-2019, win_amd64]
- [windows-2019, win32]
# TODO: uncomment PyPy 3.9 builds once PyPy
# re-releases a new minor version
# NOTE: This needs a bump of cibuildwheel version, also, once that happens.
python: ["cp39", "cp310", "cp311", "pp38"] #, "pp39"]
python: ["cp39", "cp310", "cp311", "pp39"]
exclude:
# Don't build PyPy 32-bit windows
- buildplat: [windows-2019, win32]
Expand Down

0 comments on commit b2badd7

Please sign in to comment.