1 parent 508dd30 commit 7222001Copy full SHA for 7222001
1 file changed
.github/workflows/wheels.yaml
@@ -53,7 +53,7 @@ jobs:
53
CIBW_ENVIRONMENT_WINDOWS: >
54
CMAKE_GENERATOR="${{ matrix.cmake_generator }}"
55
CMAKE_GENERATOR_PLATFORM="${{ matrix.cmake_generator_platform }}"
56
- CIBW_SKIP: cp38-* *-musllinux_*
+ CIBW_SKIP: cp38-* cp39-* *-musllinux_*
57
CIBW_ARCHS: ${{ matrix.arch }}
58
run: |
59
python -m cibuildwheel --output-dir wheelhouse python/
0 commit comments