Skip to content

Commit

Permalink
Try forcing free-threading on cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 8, 2024
1 parent f4ffe37 commit 358801e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
env:
# Only build CPython 3.9, because we have portable abi3 wheels.
# Only exception are free-threaded builds.
PYTHON_GIL: "0"
CIBW_BUILD: "cp39-* cp39-win_arm64 cp313t-*"
CIBW_ARCHS_LINUX: "auto aarch64"
CIBW_ARCHS_MACOS: "auto universal2"
Expand Down

0 comments on commit 358801e

Please sign in to comment.