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: