diff --git a/pyproject.toml b/pyproject.toml index 5b7ce2d09..582d742b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,6 +148,10 @@ environment.PATH = "$(pwd)/build/deps/iphoneos/bin:$PATH" select = "*_iphonesimulator" environment.PATH = "$(pwd)/build/deps/iphonesimulator/bin:$PATH" +[[tool.cibuildwheel.overrides]] +select = "*-win32" +test-requires = [ ] + [tool.black] exclude = "wheels/multibuild"