Skip to content

Commit 10bf400

Browse files
author
Matthias Koefferlein
committed
Skipping Python 3.6 and 3.7 in PyPI builds to avoid disk overflow on GitHub runners
1 parent a983603 commit 10bf400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test-command = [
99
"TESTSRC={package} python {package}/testdata/pymod/pya_tests.py"
1010
]
1111
# Disable building PyPy wheels on all platforms
12-
skip = "pp*"
12+
skip = "pp* cp36-* cp37-*"
1313

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

0 commit comments

Comments
 (0)