Skip to content

Commit 8936754

Browse files
committed
chore(ci): Drop cp39 wheels, add cp314, update osx-x64 runner
1 parent 89920e6 commit 8936754

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,9 @@ jobs:
6060
buildplat:
6161
- [ubuntu-latest, musllinux_x86_64]
6262
- [ubuntu-latest, manylinux_aarch64]
63-
- [macos-13, macosx_x86_64] # native Intel hardware
63+
- [macos-15-intel, macosx_x86_64] # native Intel hardware
6464
- [windows-latest, win_amd64]
65-
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
66-
# No NumPy wheels on 3.8 aarch64 or musl
67-
exclude:
68-
- buildplat: [ubuntu-latest, manylinux_aarch64]
69-
python: "cp38"
70-
- buildplat: [ubuntu-latest, musllinux_x86_64]
71-
python: "cp38"
65+
python: ["cp310", "cp311", "cp312", "cp313", "cp314"]
7266
include:
7367
# Manylinux and arm64 builds (on native hardware) are cheap, do all in one
7468
- { buildplat: ["ubuntu-latest", "manylinux_x86_64"], python: "*" }

0 commit comments

Comments
 (0)