From 00b8177160870b8be95cf90e465e3edbb730b716 Mon Sep 17 00:00:00 2001 From: mh-northlander Date: Fri, 10 Jan 2025 11:25:04 +0900 Subject: [PATCH] fix enable option name --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 9601cdbf..26f86b92 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel", "setuptools-rust"] [tool.cibuildwheel] build = "cp39-* cp310-* cp311-* cp312-* cp313-* cp313t-*" skip = "*t-win* *-win32 *-musllinux_*" -enable = ["free-threaded-support"] +enable = ["cpython-freethreading"] manylinux-x86_64-image = "manylinux2014" manylinux-aarch64-image = "manylinux2014"