We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc396c commit 3097d2dCopy full SHA for 3097d2d
pyproject.toml
@@ -123,6 +123,11 @@ skip = "pp* *win32*"
123
test-requires = ["pytest"]
124
test-command = "py.test {project}/tests/"
125
126
+# Override test command for free-threaded builds to force GIL on
127
+[[tool.cibuildwheel.overrides]]
128
+select = "cp313t-* cp314t-*"
129
+test-command = "python -X gil -m pytest {project}/tests/"
130
+
131
manylinux-x86_64-image = "manylinux_2_28"
132
manylinux-aarch64-image = "manylinux_2_28"
133
manylinux-pypy_x86_64-image = "manylinux_2_28"
0 commit comments