From d9ee6413cd8b0c1959df98f908cc49d2d31cd102 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 27 Aug 2024 19:46:42 -0700 Subject: [PATCH] .github: adding python 3.13 to 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 5e7977fcc..0f10607f8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3