diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 930c5bb..03b5741 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.14"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: Harden the runner (Audit all outbound calls)