From fb5fb0ca1061a34932f2173b17169be89ad44160 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 30 Nov 2025 16:51:56 -0700 Subject: [PATCH] MAINT: Drop Python 3.11 builds and pypy. 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. --- .github/workflows/wheels.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 30665d0..b2277d9 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -61,19 +61,8 @@ jobs: - [windows-2022, win_amd64, ""] - [windows-2022, win32, ""] - [windows-11-arm, win_arm64, ""] - python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"] + python: ["cp312", "cp313", "cp313t", "cp314", "cp314t"] exclude: - # Don't build PyPy 32-bit windows - - buildplat: [windows-2022, win32, ""] - python: "pp311" - # Don't build PyPy arm64 windows - - buildplat: [windows-11-arm, win_arm64, ""] - python: "pp311" - # No PyPy on musllinux images - - buildplat: [ ubuntu-22.04, musllinux_x86_64, "" ] - python: "pp311" - - buildplat: [ ubuntu-22.04-arm, musllinux_aarch64, "" ] - python: "pp311" - buildplat: [ macos-15-intel, macosx_x86_64, openblas ] python: "cp313t" - buildplat: [ macos-15-intel, macosx_x86_64, openblas ]