Skip to content

Commit 415650b

Browse files
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
2 parents 6dd3e6b + ebf315e commit 415650b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-command = [
1313
"TESTSRC={package} python {package}/testdata/pymod/pya_tests.py"
1414
]
1515
# Disable building PyPy wheels on all platforms
16-
skip = "pp* cp36-* cp37-*"
16+
skip = "pp* cp36-* cp37-* cp38-* cp39-*"
1717

1818
[tool.cibuildwheel.linux]
1919
# beware: the before-all script does not persist environment variables!

0 commit comments

Comments
 (0)