summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-01-18 10:59:40 -0500
committerGitHub <noreply@github.com>2023-01-18 16:59:40 +0100
commitb2badd70786145eb21cec02109b23e6520c6ffea (patch)
tree7770b549bb962966679d6807e087ac2799280315
parent0013550dccc2de2150dd4c1f92340ed9273a521e (diff)
downloadnumpy-b2badd70786145eb21cec02109b23e6520c6ffea.tar.gz
BLD: Build PyPy 3.9 wheels. (#23023)
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 <matti.picus@gmail.com>
-rw-r--r--.github/workflows/wheels.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index f356e69d5..8b1546534 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -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]