diff --git a/pyproject.toml b/pyproject.toml index ebbf338f9..c4235848d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ test-command = "pytest {project}/test" test-extras = ["test"] [tool.cibuildwheel.linux] -skip = ["pp37*", "cp36-*", "cp37-*"] +skip = ["pp37*", "cp36-*", "cp37-*", "*_i686"] test-command = "" before-all = [ "yum install -y git openssl-devel ruby",