mirror of https://github.com/KLayout/klayout.git
skip 3.9 and 3.10
This commit is contained in:
parent
6dd3e6b10f
commit
ebf315e799
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in New Issue