From cf2ccb2a99f21dcce8011e03bb7aa5a311f0548b Mon Sep 17 00:00:00 2001 From: Carl Robben Date: Wed, 10 Jun 2026 09:57:21 +1200 Subject: [PATCH] test: Add Python 3.14 to the test 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 66c70c5..1d942f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: strategy: fail-fast: false 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