Skip to content

Commit 8b581dd

Browse files
art049claude
andcommitted
build: drop cpython-freethreading enable group
The cibuildwheel commit we pin (post-#2684) no longer recognizes cpython-freethreading: 3.13t support was dropped and free-threading is the default for 3.14+. Keeping the value triggers: cibuildwheel: Failed to parse enable group. Unknown enable group: cpython-freethreading. Only cpython-prerelease is still needed (for cp315 / cp315t while 3.15 is in beta). Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 862b9cb commit 8b581dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ push = false
104104

105105
[tool.cibuildwheel]
106106
build = "cp*{manylinux,macosx}*"
107-
enable = ["cpython-freethreading", "cpython-prerelease"]
107+
enable = ["cpython-prerelease"]
108108
test-extras = ["build", "test", "compat"]
109109
test-command = "pytest -v --ignore={project}/tests/benchmarks {project}/tests"
110110

0 commit comments

Comments
 (0)