Skipping Python 3.6 and 3.7 in PyPI builds to avoid disk overflow on GitHub runners

This commit is contained in:
Matthias Koefferlein 2024-10-25 08:04:31 +02:00
parent a983603dbc
commit 10bf40085b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ test-command = [
"TESTSRC={package} python {package}/testdata/pymod/pya_tests.py"
]
# Disable building PyPy wheels on all platforms
skip = "pp*"
skip = "pp* cp36-* cp37-*"
[tool.cibuildwheel.linux]
# beware: the before-all script does not persist environment variables!