From 0ce49c98b39198e7657a27bc6af4e754b2628f8a Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Wed, 22 Apr 2026 14:44:26 -0600 Subject: [PATCH] Drop 3.13t builds from cibuildwheel configuration --- 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]