Skip to content

Commit 32f83ea

Browse files
authored
MAINT: Drop Python 3.11 builds and pypy. (#25)
The NumPy development branch for 2.5 will drop those. The corresponding wheels should be deleted from the nightly repository. This might be a good time to update the build dependencies.
1 parent 7d10f25 commit 32f83ea

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,8 @@ jobs:
6161
- [windows-2022, win_amd64, ""]
6262
- [windows-2022, win32, ""]
6363
- [windows-11-arm, win_arm64, ""]
64-
python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
64+
python: ["cp312", "cp313", "cp313t", "cp314", "cp314t"]
6565
exclude:
66-
# Don't build PyPy 32-bit windows
67-
- buildplat: [windows-2022, win32, ""]
68-
python: "pp311"
69-
# Don't build PyPy arm64 windows
70-
- buildplat: [windows-11-arm, win_arm64, ""]
71-
python: "pp311"
72-
# No PyPy on musllinux images
73-
- buildplat: [ ubuntu-22.04, musllinux_x86_64, "" ]
74-
python: "pp311"
75-
- buildplat: [ ubuntu-22.04-arm, musllinux_aarch64, "" ]
76-
python: "pp311"
7766
- buildplat: [ macos-15-intel, macosx_x86_64, openblas ]
7867
python: "cp313t"
7968
- buildplat: [ macos-15-intel, macosx_x86_64, openblas ]

0 commit comments

Comments
 (0)