From a874f8579bc6c207b4075cf7df632539a1d38851 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:13:10 -0800 Subject: [PATCH] Fix skip pattern in cibuildwheel configuration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91f54855..1bfd3a4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ local_scheme = "no-local-version" [tool.cibuildwheel] test-requires = "pytest" test-command = "pytest -v {project}/tests" -skip = "cp31?t=* *-manylinux_i686 *-win32 *-musllinux_*" +skip = "cp31?t-* *-manylinux_i686 *-win32 *-musllinux_*" [tool.cibuildwheel.linux] environment = "BUILD_VDF_CLIENT=N"