python: officially support only Python 3.12 and 3.13

Change-Id: I921fe52d03510f32c9b3e1b3ad56aa29afeff5c0
This commit is contained in:
Adrian Vladu
2025-06-06 16:52:52 +03:00
parent 1f97a21bb7
commit c4ce26ab4b
2 changed files with 4 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [ "3.12"] python-version: [ "3.13"]
architecture: ["x64"] architecture: ["x64"]
steps: steps:
@@ -36,7 +36,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
strategy: strategy:
matrix: matrix:
python-version: [ "3.9", "3.12"] python-version: [ "3.12", "3.13"]
architecture: ["x64", "x86"] architecture: ["x64", "x86"]
steps: steps:
@@ -60,7 +60,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [ "3.12"] python-version: [ "3.13"]
architecture: ["x64", "x86"] architecture: ["x64", "x86"]
cloud: ["empty", "nocloud", "vmwareguest"] cloud: ["empty", "nocloud", "vmwareguest"]

View File

@@ -15,10 +15,8 @@ classifier =
Operating System :: OS Independent Operating System :: OS Independent
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[files] [files]
packages = packages =