mirror of https://github.com/KLayout/klayout.git
Skipping Python 3.6 and 3.7 in PyPI builds to avoid disk overflow on GitHub runners
This commit is contained in:
parent
a983603dbc
commit
10bf40085b
|
|
@ -9,7 +9,7 @@ test-command = [
|
||||||
"TESTSRC={package} python {package}/testdata/pymod/pya_tests.py"
|
"TESTSRC={package} python {package}/testdata/pymod/pya_tests.py"
|
||||||
]
|
]
|
||||||
# Disable building PyPy wheels on all platforms
|
# Disable building PyPy wheels on all platforms
|
||||||
skip = "pp*"
|
skip = "pp* cp36-* cp37-*"
|
||||||
|
|
||||||
[tool.cibuildwheel.linux]
|
[tool.cibuildwheel.linux]
|
||||||
# beware: the before-all script does not persist environment variables!
|
# beware: the before-all script does not persist environment variables!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue