From 4e52ca6899adea44c4a81bd16ae5f7768352b4fc Mon Sep 17 00:00:00 2001 From: Sveinung Rundhovde Date: Mon, 2 Sep 2024 14:10:49 +0200 Subject: [PATCH] Temporarily skip building wheels for Python 3.13 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. --- .github/workflows/wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index a8510fbf..97a80af9 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -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/