skip 3.9 and 3.10

This commit is contained in:
Joaquin Matres 2026-03-08 17:52:44 -04:00
parent 6dd3e6b10f
commit ebf315e799
1 changed files with 1 additions and 1 deletions

View File

@ -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!