From 548424203604f72c6b9c90aca34c8f182a1f1d31 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Tue, 14 Jan 2025 18:45:43 -0600 Subject: [PATCH] Update deprecated cibuildwheel config Signed-off-by: Bradley Reynolds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5915161..95a8fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,4 +75,4 @@ source = [ ] [tool.cibuildwheel] -free-threaded-support = true +enable = ["cpython-freethreading"]