From ee10315a87eb1918af0662d22c6640920547d28f Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Tue, 12 Nov 2024 11:35:38 -0500 Subject: [PATCH] ci: matrix test on Python 3.13 as well --- .github/workflows/matrix-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix-tests.yml b/.github/workflows/matrix-tests.yml index b77e29fa..987bf3eb 100644 --- a/.github/workflows/matrix-tests.yml +++ b/.github/workflows/matrix-tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4