Skip to content

Commit 65e8660

Browse files
committed
Fix pyproject.toml cibw config - add enable
1 parent 981516a commit 65e8660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ target-version = ['py39', 'py310', 'py311', 'py312', 'py313']
77

88
[tool.cibuildwheel]
99
build = "cp39* cp310* cp311* cp312* cp313* cp313t*"
10+
enable = "cpython-freethreading"
1011
test-command = "python -m tornado.test"
1112

1213
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)