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
2 changed files with 4 additions and 3 deletions

View File

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

View File

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