From 197c565fcb42f57a85041a179ec62d8a15bd53f8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 27 Nov 2023 14:43:55 -0600 Subject: [PATCH] Do not build i686 wheels --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",