From 8bbc8a69ff6310a447b3ea39282becca9f9c9a7e Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Thu, 7 Nov 2024 18:01:25 -0600 Subject: [PATCH] chore: skip /opt/python/cp38-cp38/bin/python in cibuildwheel --- cibuildwheel.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cibuildwheel.toml b/cibuildwheel.toml index 91827c69a0..f3f0dc2094 100644 --- a/cibuildwheel.toml +++ b/cibuildwheel.toml @@ -9,6 +9,7 @@ pytest {project}/tests \ {package}/tests-spec-explicit """ skip = [ + "*p38*", "pp*win*", "pp*-manylinux_i686", ]