mirror of https://github.com/KLayout/klayout.git
Added Python 3.11 to Azure pipeline
This commit is contained in:
parent
44a2aa9ca1
commit
49df8ad1d5
|
|
@ -29,6 +29,9 @@ jobs:
|
||||||
cp310-cp310-win_amd64.whl:
|
cp310-cp310-win_amd64.whl:
|
||||||
python.version: '3.10'
|
python.version: '3.10'
|
||||||
python.architecture: 'x64'
|
python.architecture: 'x64'
|
||||||
|
cp311-cp311-win_amd64.whl:
|
||||||
|
python.version: '3.11'
|
||||||
|
python.architecture: 'x64'
|
||||||
cp36-cp36m-win32.whl:
|
cp36-cp36m-win32.whl:
|
||||||
python.version: '3.6'
|
python.version: '3.6'
|
||||||
python.architecture: 'x86'
|
python.architecture: 'x86'
|
||||||
|
|
@ -44,6 +47,9 @@ jobs:
|
||||||
cp310-cp310-win32.whl:
|
cp310-cp310-win32.whl:
|
||||||
python.version: '3.10'
|
python.version: '3.10'
|
||||||
python.architecture: 'x86'
|
python.architecture: 'x86'
|
||||||
|
cp311-cp311-win32.whl:
|
||||||
|
python.version: '3.11'
|
||||||
|
python.architecture: 'x86'
|
||||||
maxParallel: 6
|
maxParallel: 6
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue