Skip to content

Commit b7837d5

Browse files
committed
Disable building wheels on python 3.14
1 parent 033b287 commit b7837d5

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
@@ -54,7 +54,7 @@ jobs:
5454
CIBW_ENVIRONMENT_WINDOWS: >
5555
CMAKE_GENERATOR="${{ matrix.cmake_generator }}"
5656
CMAKE_GENERATOR_PLATFORM="${{ matrix.cmake_generator_platform }}"
57-
CIBW_SKIP: pp* *-musllinux_* cp36-* cp37-* cp38-*
57+
CIBW_SKIP: pp* *-musllinux_* cp36-* cp37-* cp38-* cp314*
5858
CIBW_ARCHS: ${{ matrix.arch }}
5959
run: |
6060
python -m cibuildwheel --output-dir wheelhouse python/

0 commit comments

Comments
 (0)