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 db5c9c6 commit 2fe1139Copy full SHA for 2fe1139
.github/workflows/main.yml
@@ -71,6 +71,7 @@ jobs:
71
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
72
# Windows archs
73
CIBW_ARCHS_WINDOWS: "AMD64 x86 ARM64"
74
+ CIBW_ENABLE: cpython-freethreading
75
76
steps:
77
- uses: actions/checkout@v3
changelog.txt
@@ -1,3 +1,7 @@
1
+Version: 2025.9.19
2
+
3
+ Enable free-threading support in cibuildwheel.
4
5
Version: 2025.9.18
6
7
Git issue 565: Support the free-threaded build of CPython 3.13
0 commit comments