Skip to content

Commit

Permalink
Revert "test: skip all win32 builds"
Browse files Browse the repository at this point in the history
This reverts commit ad2f8c7.
  • Loading branch information
jfolz committed Sep 3, 2024
1 parent ad2f8c7 commit 524a9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 524a9f8

Please sign in to comment.