Skip to content

Commit fbcc222

Browse files
committed
update free threading specification for new release of cibuildwheel 3.0.0
1 parent aa3b247 commit fbcc222

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

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

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

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

0 commit comments

Comments
 (0)