Skip to content

Commit d4e6bdc

Browse files
committed
Seems the freethreading requires an explicit opt-in.
1 parent 7071bf8 commit d4e6bdc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,7 @@ jobs:
12231223
CIBW_BUILD: '${{ matrix.cibw_build }}'
12241224
CIBW_FREE_THREADED_SUPPORT: '${{ matrix.cibw_ft }}'
12251225
CIBW_CONTAINER_ENGINE: "docker; create_args: --cap-add=SYS_PTRACE"
1226+
CIBW_ENABLE: cpython-freethreading
12261227
CIBW_BUILD_VERBOSITY: '3'
12271228
CIBW_TEST_REQUIRES: >
12281229
tox

ci/templates/.github/workflows/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
CIBW_BUILD: '{{ '${{ matrix.cibw_build }}' }}'
9898
CIBW_FREE_THREADED_SUPPORT: '{{ '${{ matrix.cibw_ft }}' }}'
9999
CIBW_CONTAINER_ENGINE: "docker; create_args: --cap-add=SYS_PTRACE"
100+
CIBW_ENABLE: cpython-freethreading
100101
CIBW_BUILD_VERBOSITY: '3'
101102
CIBW_TEST_REQUIRES: >
102103
tox

0 commit comments

Comments
 (0)