Skip to content

Commit cb4e300

Browse files
committed
python: add support for Python 3.14
Change-Id: I4debb23409c16064cfeab2b582a0de1abea53a19 Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
1 parent 1c50eaa commit cb4e300

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cloudbase_init_tests.yml

Lines changed: 1 addition & 1 deletion
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.10", "3.12", "3.13", "3.14"]
1717
architecture: ["x64"]
1818

1919
steps:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifier =
1818
Programming Language :: Python :: 3.10
1919
Programming Language :: Python :: 3.12
2020
Programming Language :: Python :: 3.13
21+
Programming Language :: Python :: 3.14
2122

2223
[files]
2324
packages =

0 commit comments

Comments
 (0)