Skip to content

Commit 4359a6a

Browse files
author
Matthew Barnett
committed
Enable free-threading support in cibuildwheel in another place.
1 parent 2fe1139 commit 4359a6a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149

150150
env:
151151
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
152+
CIBW_ENABLE: cpython-freethreading
152153

153154
steps:
154155
- uses: actions/checkout@v3

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version: 2025.9.20
2+
3+
Enable free-threading support in cibuildwheel in another place.
4+
15
Version: 2025.9.19
26

37
Enable free-threading support in cibuildwheel.

0 commit comments

Comments
 (0)