mirror of https://github.com/KLayout/klayout.git
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
This commit is contained in:
commit
415650bb3a
|
|
@ -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