File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
ci/templates/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments