From 09eab9529a491b8a3872e4f749237036a967cb8d Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 16 Nov 2025 19:32:19 +1000 Subject: [PATCH] Fix syntax error in testing.yml --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2760a66ac..744115355 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" "3.14"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] #include: # only test with Python 3.10 on Windows # - os: windows-latest