[PATCH 1/1] run tests under python 3.14 as well

2 views
Skip to first unread message

Felix Moessbauer

unread,
Nov 14, 2025, 10:38:23 AMNov 14
to kas-...@googlegroups.com, jan.k...@siemens.com, Felix Moessbauer
As this works, we also add Python3.14 to the list of supported versions.

Signed-off-by: Felix Moessbauer <felix.mo...@siemens.com>
---
.github/workflows/next.yml | 2 +-
pyproject.toml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml
index d75afbd30..3ff9f46e6 100644
--- a/.github/workflows/next.yml
+++ b/.github/workflows/next.yml
@@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- name: Check out repo
uses: actions/checkout@v4
diff --git a/pyproject.toml b/pyproject.toml
index 929aa98dc..d4ca1e7ed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -45,6 +45,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
"Topic :: Software Development :: Build Tools",
]
dynamic = [ "version" ]
--
2.51.0

Jan Kiszka

unread,
Nov 14, 2025, 4:33:41 PMNov 14
to Felix Moessbauer, kas-...@googlegroups.com
Thanks, applied.

Jan

--
Siemens AG, Foundational Technologies
Linux Expert Center
Reply all
Reply to author
Forward
0 new messages