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 4037243 commit 0f8baf3Copy full SHA for 0f8baf3
.github/workflows/cibuildwheel.yml
@@ -45,6 +45,7 @@ jobs:
45
env:
46
# Skips pypy and musllinux for now.
47
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* *-musllinux*"
48
+ CIBW_ENABLE: cp314-*
49
CIBW_ARCHS: ${{ matrix.arch }}
50
CIBW_BUILD_FRONTEND: build
51
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
0 commit comments