From 4578d9d7d385be3c56eb187d9cd2548839741434 Mon Sep 17 00:00:00 2001 From: Louis Abraham Date: Mon, 14 Aug 2023 05:09:49 +0200 Subject: [PATCH] skip 3.12 (see https://github.com/pypa/cibuildwheel/issues/1574) --- .github/workflows/build-and-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-upload.yml b/.github/workflows/build-and-upload.yml index e1ce276..f5dfb20 100644 --- a/.github/workflows/build-and-upload.yml +++ b/.github/workflows/build-and-upload.yml @@ -66,7 +66,7 @@ jobs: - name: Build Wheels env: CIBW_BEFORE_BUILD: bash ./cibw_before_build.sh && pip install -U pip - CIBW_SKIP: pp* *-musllinux_* + CIBW_SKIP: pp* *-musllinux_* cp312-* CIBW_BUILD_VERBOSITY: 1 CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "pytest {project}/tests"