From facb00ad760877ec682b386fb26426a11ae7b268 Mon Sep 17 00:00:00 2001 From: Kim Christie Date: Tue, 2 Sep 2025 19:17:06 +0100 Subject: [PATCH] Update test-suite.yml --- .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 45cd7ad..7fed936 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: "actions/checkout@v4"