Skip to content

Commit

Permalink
Skip cp39
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinung-r committed Sep 10, 2024
1 parent 978a11c commit 7d3c6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
CIBW_ENVIRONMENT_WINDOWS: >
CMAKE_GENERATOR="${{ matrix.cmake_generator }}"
CMAKE_GENERATOR_PLATFORM="${{ matrix.cmake_generator_platform }}"
CIBW_SKIP: pp* *-musllinux_* cp313-*
CIBW_SKIP: pp* *-musllinux_* cp313-* cp39-*
CIBW_ARCHS: ${{ matrix.arch }}
run: |
python -m cibuildwheel --output-dir wheelhouse python/
Expand Down

0 comments on commit 7d3c6cc

Please sign in to comment.