Skip to content

Commit

Permalink
Actually build wheels for 3.13 and no-GIL
Browse files Browse the repository at this point in the history
  • Loading branch information
clin1234 authored Jun 20, 2024
1 parent 9ec16d7 commit 4f81416
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down

0 comments on commit 4f81416

Please sign in to comment.