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.
1 parent e9c4eb2 commit 041289dCopy full SHA for 041289d
.github/workflows/ci-wheels.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
51
uses: pypa/cibuildwheel@v2.14.1
52
env:
53
- CIBW_SKIP: "cp36-* cp37-* pp* *-musllinux*"
+ CIBW_SKIP: "cp36-* cp37-* cp312-* pp* *-musllinux*"
54
CIBW_ARCHS: ${{ matrix.arch }}
55
CIBW_BUILD_FRONTEND: "build"
56
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
0 commit comments