diff --git a/.github/workflows/lint_and_pytest.yml b/.github/workflows/lint_and_pytest.yml index c5f7ed6..8c7db93 100644 --- a/.github/workflows/lint_and_pytest.yml +++ b/.github/workflows/lint_and_pytest.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3