From 05f09f1cb07ca9b37b28eb7d39edd59e4d3c60f9 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Tue, 28 Oct 2025 10:01:40 +1000 Subject: [PATCH] ci: workflows: test: test Python v3.14 With the release of Python v3.14, update tested versions. Also test a middle version. Signed-off-by: Jordan Yates --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9476aa..c67724c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: matrix: # Test the extreme Python versions for now to reduce CI runtime os: [ubuntu-latest, windows-latest] - python-version: ['3.10', '3.13'] + python-version: ['3.10', '3.12', '3.14'] steps: - uses: actions/checkout@v4 # This is enough to find many quoting issues