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 2fe1139 commit 4359a6aCopy full SHA for 4359a6a
.github/workflows/main.yml
@@ -149,6 +149,7 @@ jobs:
149
150
env:
151
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
152
+ CIBW_ENABLE: cpython-freethreading
153
154
steps:
155
- uses: actions/checkout@v3
changelog.txt
@@ -1,3 +1,7 @@
1
+Version: 2025.9.20
2
+
3
+ Enable free-threading support in cibuildwheel in another place.
4
5
Version: 2025.9.19
6
7
Enable free-threading support in cibuildwheel.
0 commit comments