Enabling Python 3.12 for Windows for PyPI. Needs a new release

This commit is contained in:
Matthias Koefferlein 2024-03-19 00:53:55 +01:00
parent fa14afbbf3
commit ea645b7cf0
2 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,9 @@ jobs:
cp311-cp311-win_amd64.whl:
python.version: '3.11'
python.architecture: 'x64'
cp312-cp312-win_amd64.whl:
python.version: '3.12'
python.architecture: 'x64'
cp36-cp36m-win32.whl:
python.version: '3.6'
python.architecture: 'x86'
@ -50,6 +53,9 @@ jobs:
cp311-cp311-win32.whl:
python.version: '3.11'
python.architecture: 'x86'
cp312-cp312-win32.whl:
python.version: '3.12'
python.architecture: 'x86'
maxParallel: 6
steps:

View File

@ -5,7 +5,7 @@
KLAYOUT_VERSION="0.28.17"
# 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
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")