From 4f94d6c64e3fac8d4dc67ed424bb69e8eeb08b13 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Mon, 24 Nov 2025 22:26:00 +0100 Subject: [PATCH] Add Python 3.13 and 3.14 to CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6c4075..e85c199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] runs-on: ${{ matrix.os }} steps: