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"