diff --git a/pyproject.toml b/pyproject.toml index edfde22fc..4d512d00b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ fallback_version = "Unknown" test-command = "reacnetgenerator -h" build = ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"] skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"] -test-skip = "cp37-win_amd64" +test-skip = "cp37-*" [tool.cibuildwheel.linux] environment-pass = ["CIBW_BUILD"]