From ebf315e799fdf3cdcef53ccbc8dbf24047de2026 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Sun, 8 Mar 2026 17:52:44 -0400 Subject: [PATCH] skip 3.9 and 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a488932ff..0e9df3d70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ test-command = [ "TESTSRC={package} python {package}/testdata/pymod/pya_tests.py" ] # Disable building PyPy wheels on all platforms -skip = "pp* cp36-* cp37-*" +skip = "pp* cp36-* cp37-* cp38-* cp39-*" [tool.cibuildwheel.linux] # beware: the before-all script does not persist environment variables!