From b6b8626cf60c0e9b5eac894eae01b6f98a41e1e7 Mon Sep 17 00:00:00 2001 From: Markus <5188411+Noordsestern@users.noreply.github.com> Date: Wed, 8 Jul 2026 23:16:13 +0200 Subject: [PATCH] Update Python versions in acceptance tests workflow Remove outdated 3.8 and 3.9 and add 3.13 and 3.14 --- .github/workflows/acceptence_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptence_tests.yml b/.github/workflows/acceptence_tests.yml index b0309092a..b499a3e55 100644 --- a/.github/workflows/acceptence_tests.yml +++ b/.github/workflows/acceptence_tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4