Skip to content

Commit

Permalink
Temporarily skip building wheels for Python 3.13
Browse files Browse the repository at this point in the history
Python 3.13 is still in pre-release, but cibuildwheels has already
included it in the matrix. Some tests are failing on 3.13, but let's
wait to see if this is resolved by the official release before spending
time on debugging.
  • Loading branch information
sveinung-r committed Sep 2, 2024
1 parent 46e56da commit 4e52ca6
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_*
CIBW_SKIP: pp* *-musllinux_* cp313-*
CIBW_ARCHS: ${{ matrix.arch }}
run: |
python -m cibuildwheel --output-dir wheelhouse python/
Expand Down

0 comments on commit 4e52ca6

Please sign in to comment.