Skip to content

Commit 781b581

Browse files
committed
Change free threading cibuildwheel command
1 parent 2ee7e90 commit 781b581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ build = "*"
205205
skip = "cp3{6,7}-*"
206206

207207
# Enable free-threaded support
208-
free-threaded-support = true
208+
enable = ["cpython-freethreading"]
209209

210210
test-command = "pytest {project}/tests"
211211
test-extras = ["test", "numpy"]

0 commit comments

Comments
 (0)