From f106e5fc2f0638ced2acc069ad270d2d09bcde74 Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Fri, 19 Sep 2025 07:21:14 +0200 Subject: [PATCH] Add Python 3.13 tests --- .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 5435f39..38a227b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: needs: style strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] name: Run tests (Python ${{ matrix.python-version }}) runs-on: ubuntu-latest steps: