diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0fe2f07..cafcec4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: + - "3.9" + - "3.10" + - "3.11" + - "3.12" + - "3.13" steps: - name: Checkout uses: actions/checkout@v4