diff --git a/cuda_bindings/pyproject.toml b/cuda_bindings/pyproject.toml index 3aa9c62556..d72ab7f775 100644 --- a/cuda_bindings/pyproject.toml +++ b/cuda_bindings/pyproject.toml @@ -73,7 +73,6 @@ readme = { file = ["DESCRIPTION.rst"], content-type = "text/x-rst" } [tool.cibuildwheel] skip = "*-musllinux_*" -enable = "cpython-freethreading" build-verbosity = 1 [tool.cibuildwheel.linux] diff --git a/cuda_core/pyproject.toml b/cuda_core/pyproject.toml index 660c2a577f..d82932616c 100644 --- a/cuda_core/pyproject.toml +++ b/cuda_core/pyproject.toml @@ -109,7 +109,6 @@ git_describe_command = ["git", "describe", "--dirty", "--tags", "--long", "--mat [tool.cibuildwheel] skip = "*-musllinux_*" -enable = "cpython-freethreading" build-verbosity = 1 [tool.cibuildwheel.linux]