There was an error while loading. Please reload this page.
1 parent 033b287 commit b7837d5Copy full SHA for b7837d5
1 file changed
.github/workflows/wheels.yaml
@@ -54,7 +54,7 @@ jobs:
54
CIBW_ENVIRONMENT_WINDOWS: >
55
CMAKE_GENERATOR="${{ matrix.cmake_generator }}"
56
CMAKE_GENERATOR_PLATFORM="${{ matrix.cmake_generator_platform }}"
57
- CIBW_SKIP: pp* *-musllinux_* cp36-* cp37-* cp38-*
+ CIBW_SKIP: pp* *-musllinux_* cp36-* cp37-* cp38-* cp314*
58
CIBW_ARCHS: ${{ matrix.arch }}
59
run: |
60
python -m cibuildwheel --output-dir wheelhouse python/
0 commit comments