Skip to content

Commit c48d759

Browse files
committed
python: add support for 3.14 only
Change-Id: If61b2eb6c47cb8950b6b07809ab4ecace1a05b24 Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
1 parent 592e1be commit c48d759

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/cloudbase_init_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ "3.10", "3.12", "3.13"]
16+
python-version: [ "3.14"]
1717
architecture: ["x64"]
1818

1919
steps:
@@ -36,8 +36,8 @@ jobs:
3636
runs-on: windows-latest
3737
strategy:
3838
matrix:
39-
python-version: [ "3.10", "3.12", "3.13"]
40-
architecture: ["x64", "x86"]
39+
python-version: [ "3.14"]
40+
architecture: ["x64"]
4141

4242
steps:
4343
- name: Checkout cloudbase-init repository
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
python-version: [ "3.13"]
63+
python-version: [ "3.14"]
6464
architecture: ["x64", "x86"]
6565
cloud: ["empty", "nocloud", "vmwareguest"]
6666

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ classifier =
1515
Operating System :: OS Independent
1616
Programming Language :: Python
1717
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.10
19-
Programming Language :: Python :: 3.12
20-
Programming Language :: Python :: 3.13
18+
Programming Language :: Python :: 3.14
2119

2220
[files]
2321
packages =

0 commit comments

Comments
 (0)