Merge pull request #2297 from joamatab/skip_python3.8_3.9

Don't build wheels for end of life python 3.9 and 3.10
This commit is contained in:
Matthias Köfferlein 2026-03-12 21:48:21 +01:00 committed by GitHub
commit 415650bb3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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!