Skip to content

Commit ffac67f

Browse files
committed
Disable free-threaded
1 parent fe9ce0e commit ffac67f

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
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[tool.cibuildwheel]
1010
build = "*"
11-
skip = "cp38* cp39*"
11+
skip = "cp38* cp39* cp3??t-*"
1212
test-skip = ""
1313

1414
archs = ["native"]

0 commit comments

Comments
 (0)