diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a638e78..176e8b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.10", "3.11", "3.12"] # 3.9 is tested in coverage + python-version: ["3.8", "3.10", "3.11", "3.12", "3.13"] # 3.9 is tested in coverage steps: - uses: actions/checkout@v3