mirror of https://github.com/KLayout/klayout.git
Adding Python 3.14 to Windows. Experimental.
This commit is contained in:
parent
6ad326e806
commit
1c3f7937f4
|
|
@ -38,6 +38,9 @@ jobs:
|
||||||
cp313-cp313-win_amd64.whl:
|
cp313-cp313-win_amd64.whl:
|
||||||
python.version: '3.13'
|
python.version: '3.13'
|
||||||
python.architecture: 'x64'
|
python.architecture: 'x64'
|
||||||
|
cp314-cp314-win_amd64.whl:
|
||||||
|
python.version: '3.14'
|
||||||
|
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'
|
||||||
|
|
@ -62,6 +65,9 @@ jobs:
|
||||||
cp313-cp313-win32.whl:
|
cp313-cp313-win32.whl:
|
||||||
python.version: '3.13'
|
python.version: '3.13'
|
||||||
python.architecture: 'x86'
|
python.architecture: 'x86'
|
||||||
|
cp314-cp314-win32.whl:
|
||||||
|
python.version: '3.14'
|
||||||
|
python.architecture: 'x86'
|
||||||
maxParallel: 6
|
maxParallel: 6
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue