From 3a635d2c94b7dc465ee4df8b33e5ad10d9f1481c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 14 Sep 2024 00:12:49 +0200 Subject: [PATCH] Try skipping 686 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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