From 26c9129e85f4f102f3b1ff54474d6e1435cd89e7 Mon Sep 17 00:00:00 2001 From: Vineet Bansal Date: Fri, 19 Sep 2025 09:10:32 -0400 Subject: [PATCH] cpython 3.13 freethreading wheels --- cibuildwheel.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cibuildwheel.toml b/cibuildwheel.toml index c5838bdc..d1bb9198 100644 --- a/cibuildwheel.toml +++ b/cibuildwheel.toml @@ -9,6 +9,7 @@ before-build = "rm -rf {package}/osqp_sources/build" before-test = "pip install torch --index-url https://download.pytorch.org/whl/cpu" test-groups = ["test"] test-command = "python -m pytest -s {project}/src/osqp/tests" +enable = ["cpython-freethreading"] [tool.cibuildwheel.macos] # 02/13/25 - Skip testing on cp313-macosx_x86_64 because torch/numpy deps are unsatisfiable