Skip to content

Commit 5ca982e

Browse files
committed
add support for Python 3.14
Change-Id: Ie743cdf1edb303b69bc20e8cc59248ef7cac777a
1 parent c4ce26a commit 5ca982e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/cloudbase_init_tests.yml

Lines changed: 3 additions & 3 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.13"]
16+
python-version: [ "3.14"]
1717
architecture: ["x64"]
1818

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

4242
steps:
@@ -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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifier =
1717
Programming Language :: Python :: 3
1818
Programming Language :: Python :: 3.12
1919
Programming Language :: Python :: 3.13
20+
Programming Language :: Python :: 3.14
2021

2122
[files]
2223
packages =

0 commit comments

Comments
 (0)