We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a8b905 + 7259685 commit 6d6f049Copy full SHA for 6d6f049
.github/workflows/wheels.yml
@@ -60,13 +60,13 @@ jobs:
60
platform: macos
61
os: macos-13
62
cibw_arch: x86_64
63
- build: "cp3{12,13,14}*"
+ build: "cp3{12,13}*"
64
macosx_deployment_target: "10.13"
65
- name: "macOS 10.15 x86_64"
66
67
68
69
- build: "pp3*"
+ build: "{cp314,pp3}*"
70
macosx_deployment_target: "10.15"
71
- name: "macOS arm64"
72
0 commit comments