Skip to content

Commit 29be457

Browse files
committed
fixup! EXP: set PYTHON_GIL=0 env var for free-threaded builds
1 parent c2e54d4 commit 29be457

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
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
environment-pass = ["GITHUB_WORKFLOW"]
77

88
[[tool.cibuildwheel.overrides]]
9-
select = "cp314t-*"
9+
select = "cp3*t-*"
1010
inherit.environment = "append"
1111
environment = {"PYTHON_GIL" = "0"}
1212

0 commit comments

Comments
 (0)