From 24361dbc805d751e1d34c514a56f1326a727a717 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 5 Sep 2024 15:32:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Start=20building=20wheels=20with?= =?UTF-8?q?=20free-threading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9d5f3d98a..cf83ad1a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,7 @@ before-test = [ # Ref: https://github.com/pypa/cibuildwheel/issues/1666 "PIP_CONSTRAINT= pip install PyYAML", ] +free-threaded-support = true test-requires = "-r requirements/test.txt" test-command = "pytest -v --no-cov {project}/tests" # don't build PyPy wheels, install from source instead