From ab6b6bca9038bedc1f2c20d2a93356848437c9d0 Mon Sep 17 00:00:00 2001 From: "Lee J. O'Riordan" Date: Wed, 3 Sep 2025 11:11:42 -0400 Subject: [PATCH] modify wildcard to disable free threaded py314 also --- .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 a8b626e..a7d4db7 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -53,7 +53,7 @@ jobs: CIBW_ARCHS: ${{ matrix.arch }} # TODO: Disable building PyPy wheels. If the build system gets modernized, this should be # auto-detected based on the Cython dependency. - CIBW_SKIP: pp* cp314-* + CIBW_SKIP: pp* cp314* CIBW_TEST_REQUIRES: pytest pytest-asyncio CIBW_TEST_COMMAND: pytest {project} # Only needed to make the macosx arm64 build work