Skip to content

Commit

Permalink
Enabling Python 3.12 for Windows for PyPI. Needs a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Mar 18, 2024
1 parent 888252e commit 20a23d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 20a23d8

Please sign in to comment.