From f39095a7917129e6664cfbb8dcea8d37dca9ae2e Mon Sep 17 00:00:00 2001 From: paugier Date: Tue, 27 Aug 2024 12:05:01 +0200 Subject: [PATCH] Try to skip cp313-macosx_x86_64 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 0849397a..6f5137fb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -28,7 +28,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.20.0 env: - CIBW_SKIP: pp* cp36-* cp37-* cp38-* *-musllinux* + CIBW_SKIP: pp* cp36-* cp37-* cp38-* *-musllinux* cp313-macosx_x86_64 CIBW_ARCHS: ${{ matrix.architecture }} - uses: actions/upload-artifact@v4 with: