From 76ec2fc2b245ce4b10b99a820ff270b2ae732e79 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 30 Jan 2026 18:07:23 +0100 Subject: [PATCH] Add Python versions 3.13 and 3.14 to workflow Like: * #55 --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2dbc800..26ec1f5 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v6