From 545fa26085df33cbfab653240131e2e6be99b073 Mon Sep 17 00:00:00 2001 From: Kim Christie Date: Fri, 12 Sep 2025 12:14:49 +0100 Subject: [PATCH] Add Python 3.14 to test matrix --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 9ea74686..183307dd 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: 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: - uses: "actions/checkout@v4" -- 2.47.3