mirror of https://github.com/KLayout/klayout.git
Including Python 3.13 in Azure pipelines
This commit is contained in:
parent
63dd591e51
commit
6a2aea96ba
|
|
@ -35,6 +35,9 @@ jobs:
|
|||
cp312-cp312-win_amd64.whl:
|
||||
python.version: '3.12'
|
||||
python.architecture: 'x64'
|
||||
cp313-cp313-win_amd64.whl:
|
||||
python.version: '3.13'
|
||||
python.architecture: 'x64'
|
||||
cp36-cp36m-win32.whl:
|
||||
python.version: '3.6'
|
||||
python.architecture: 'x86'
|
||||
|
|
@ -56,6 +59,9 @@ jobs:
|
|||
cp312-cp312-win32.whl:
|
||||
python.version: '3.12'
|
||||
python.architecture: 'x86'
|
||||
cp313-cp313-win32.whl:
|
||||
python.version: '3.13'
|
||||
python.architecture: 'x86'
|
||||
maxParallel: 6
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue