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 ac55367 commit 65fb72cCopy full SHA for 65fb72c
.github/workflows/ci-wheels.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
51
uses: pypa/[email protected]
52
env:
53
- CIBW_SKIP: "cp39-* cp310-* pp* *-musllinux*"
+ CIBW_SKIP: "cp39-* cp310-* cp314-* pp* *-musllinux*"
54
CIBW_ARCHS: ${{ matrix.arch }}
55
CIBW_BUILD_FRONTEND: "build"
56
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
0 commit comments