From e3b837aaab36b7d1ffd38b4eed58e7c5e739be89 Mon Sep 17 00:00:00 2001 From: Nicolas Tessore Date: Sat, 14 Mar 2026 09:29:42 +0000 Subject: [PATCH] update test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c320a11..a4750aa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: - ubuntu-latest - macos-latest - windows-latest - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@v6