Skip to content

Commit 6d6f049

Browse files
authored
Build Python 3.14 on macOS 10.15 (#9234)
2 parents 3a8b905 + 7259685 commit 6d6f049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
platform: macos
6161
os: macos-13
6262
cibw_arch: x86_64
63-
build: "cp3{12,13,14}*"
63+
build: "cp3{12,13}*"
6464
macosx_deployment_target: "10.13"
6565
- name: "macOS 10.15 x86_64"
6666
platform: macos
6767
os: macos-13
6868
cibw_arch: x86_64
69-
build: "pp3*"
69+
build: "{cp314,pp3}*"
7070
macosx_deployment_target: "10.15"
7171
- name: "macOS arm64"
7272
platform: macos

0 commit comments

Comments
 (0)