Skip to content

Commit

Permalink
Skipping Python 3.6 and 3.7 in PyPI builds to avoid disk overflow on …
Browse files Browse the repository at this point in the history
…GitHub runners
  • Loading branch information
Matthias Koefferlein committed Oct 25, 2024
1 parent a983603 commit 10bf400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 10bf400

Please sign in to comment.