mirror of https://github.com/KLayout/klayout.git
Enabling Python 3.12 for Windows for PyPI. Needs a new release
This commit is contained in:
parent
fa14afbbf3
commit
ea645b7cf0
|
|
@ -32,6 +32,9 @@ jobs:
|
||||||
cp311-cp311-win_amd64.whl:
|
cp311-cp311-win_amd64.whl:
|
||||||
python.version: '3.11'
|
python.version: '3.11'
|
||||||
python.architecture: 'x64'
|
python.architecture: 'x64'
|
||||||
|
cp312-cp312-win_amd64.whl:
|
||||||
|
python.version: '3.12'
|
||||||
|
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'
|
||||||
|
|
@ -50,6 +53,9 @@ jobs:
|
||||||
cp311-cp311-win32.whl:
|
cp311-cp311-win32.whl:
|
||||||
python.version: '3.11'
|
python.version: '3.11'
|
||||||
python.architecture: 'x86'
|
python.architecture: 'x86'
|
||||||
|
cp312-cp312-win32.whl:
|
||||||
|
python.version: '3.12'
|
||||||
|
python.architecture: 'x86'
|
||||||
maxParallel: 6
|
maxParallel: 6
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
KLAYOUT_VERSION="0.28.17"
|
KLAYOUT_VERSION="0.28.17"
|
||||||
|
|
||||||
# The version used for PyPI (don't use variables here!)
|
# The version used for PyPI (don't use variables here!)
|
||||||
KLAYOUT_PYPI_VERSION="0.28.17"
|
KLAYOUT_PYPI_VERSION="0.28.17-1"
|
||||||
|
|
||||||
# The build date
|
# The build date
|
||||||
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue