From 524a9f89702e66159677aeeee5b88b86d03a1ca9 Mon Sep 17 00:00:00 2001 From: Joachim Folz Date: Tue, 3 Sep 2024 15:34:22 +0200 Subject: [PATCH] Revert "test: skip all win32 builds" This reverts commit ad2f8c7ea7678f8d6f6ed67f49a72639cc3a460a. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"