We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5462e0 commit f12ff3cCopy full SHA for f12ff3c
.github/workflows/build_wheels.yml
@@ -126,6 +126,7 @@ jobs:
126
- name: Build wheels
127
env:
128
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-* cp313t-* cp314t-*"
129
+ CIBW_FREE_THREADED_SUPPORT: true
130
CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
131
CIBW_BUILD_VERBOSITY: "3"
132
CIBW_ENVIRONMENT: >
0 commit comments