From 7504f97a788d1aef50eb01c0d77e2397d15c82f3 Mon Sep 17 00:00:00 2001 From: Riley King Date: Fri, 19 Sep 2025 14:18:03 +1000 Subject: [PATCH] Added python 3.13 to test matrix in Github workflow --- .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 f09b280a..250e8ba9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3