Skip to content

Commit f12ff3c

Browse files
committed
enablign cibw free-thread
1 parent e5462e0 commit f12ff3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
- name: Build wheels
127127
env:
128128
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-* cp313t-* cp314t-*"
129+
CIBW_FREE_THREADED_SUPPORT: true
129130
CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
130131
CIBW_BUILD_VERBOSITY: "3"
131132
CIBW_ENVIRONMENT: >

0 commit comments

Comments
 (0)