From 6f458d41046a409f4b1945b8290799060ac01420 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Fri, 10 Oct 2025 17:39:34 +0200 Subject: [PATCH] [ci] Add python 3.14 runners for pytest workflow --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index af98e210..9b86b780 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - 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"] include: - os: macos-latest python-version: "3.12"