Skip to content

Commit 7222001

Browse files
committed
Skip python 3.9
1 parent 508dd30 commit 7222001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
CIBW_ENVIRONMENT_WINDOWS: >
5454
CMAKE_GENERATOR="${{ matrix.cmake_generator }}"
5555
CMAKE_GENERATOR_PLATFORM="${{ matrix.cmake_generator_platform }}"
56-
CIBW_SKIP: cp38-* *-musllinux_*
56+
CIBW_SKIP: cp38-* cp39-* *-musllinux_*
5757
CIBW_ARCHS: ${{ matrix.arch }}
5858
run: |
5959
python -m cibuildwheel --output-dir wheelhouse python/

0 commit comments

Comments
 (0)