diff --git a/pyproject.toml b/pyproject.toml index 2c2221706..2edbadefc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] build = "*" -skip = "pp* cp36* cp37* cp38* *-win32" +skip = "pp* cp36* cp37* cp38* *-win32 *i686*" test-skip = "" free-threaded-support = false