Actually build wheels for 3.13 and no-GIL

This commit is contained in:
Charlie Lin 2024-06-20 09:37:34 -04:00 committed by GitHub
parent 9ec16d70b8
commit 4f81416995
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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*