From 4f814169958b7e09d823b030fac9932e67973871 Mon Sep 17 00:00:00 2001 From: Charlie Lin Date: Thu, 20 Jun 2024 09:37:34 -0400 Subject: [PATCH] Actually build wheels for 3.13 and no-GIL --- .github/workflows/wheel.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 032adde..a6d0a62 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -36,11 +36,13 @@ jobs: make cython - name: Build - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.19.1 env: CIBW_TEST_REQUIRES: "pytest" CIBW_TEST_COMMAND: "pytest {package}/test" + CIBW_PRERELEASE_PYTHONS: true CIBW_ARCHS_LINUX: auto aarch64 + CIBW_FREE_THREADED_SUPPORT: true CIBW_ARCHS_MACOS: x86_64 universal2 arm64 CIBW_SKIP: pp*