From 2bdb9264f9f4faba491754822f6ba6bbc547d63d Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 23 Apr 2026 10:30:42 -0700 Subject: [PATCH] Remove `enable = "cpython-freethreading"` lines in cuda_bindings, cuda_core pyproject.toml files --- cuda_bindings/pyproject.toml | 1 - cuda_core/pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/cuda_bindings/pyproject.toml b/cuda_bindings/pyproject.toml index 3aa9c625560..d72ab7f7750 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 660c2a577fe..d82932616c8 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]