diff --git a/pyproject.toml b/pyproject.toml index 0de808e..aa791c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] environment = "PIP_ONLY_BINARY=:all:" -skip = "*_i686 pp* *musllinux* *-win32" +skip = "*_i686 pp* *musllinux* cp{31[!01],3[!01]?,[!3]*}-win32" build-verbosity = 1 test-requires = "pytest>=5.3.2 numpy Pillow>=7.0.0" test-command = "pytest {project}/test -vv"