We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699f961 commit e4cbe37Copy full SHA for e4cbe37
.github/workflows/wheels.yml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
output-dir: dist
51
env:
52
- CIBW_BUILD: "cp39-* cp310-* cp311-* cp312*"
+ CIBW_BUILD: "cp310-* cp311-* cp312*"
53
CIBW_SKIP: "*-musllinux_*" # numpy doesn't have wheels for musllinux so we can't build some quickly and without bloating
54
CIBW_ARCHS_LINUX: "x86_64"
55
MACOSX_DEPLOYMENT_TARGET: "10.9" # as of CIBW 2.9, this is the default value, pin it so it can't be bumped silently
0 commit comments