We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5889a commit af1790eCopy full SHA for af1790e
.github/workflows/build_wheel.yml
@@ -3,7 +3,7 @@ name: Build Wheels
3
on: [push, workflow_dispatch]
4
5
env:
6
- CIBW_SKIP: cp36-* cp37* pp* *-musllinux*
+ CIBW_SKIP: cp36-* cp37* pp* *-musllinux* cp312-macosx*
7
8
jobs:
9
build_wheels:
0 commit comments