Merge "Add official support for Python 3.12"

This commit is contained in:
Zuul 2024-06-03 13:14:23 +00:00 committed by Gerrit Code Review
commit 00ece4bbac
2 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11"]
python-version: [ "3.12"]
architecture: ["x64"]
steps:
@ -35,7 +35,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [ "3.8", "3.11"]
python-version: [ "3.8", "3.12"]
architecture: ["x64", "x86"]
steps:
@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11"]
python-version: [ "3.12"]
architecture: ["x64", "x86"]
cloud: ["empty"]

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[files]
packages =