diff --git a/.github/workflows/automated_checks.yml b/.github/workflows/automated_checks.yml index 143695a..2efcdda 100644 --- a/.github/workflows/automated_checks.yml +++ b/.github/workflows/automated_checks.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"] steps: - uses: actions/checkout@v4 @@ -39,7 +39,7 @@ jobs: - name: Check formatting via ruff run: uv run just formatcheck - - name: Check docstring formatting + - name: Check docstring formatting via pydocstyle run: uv run just docstylecheck - name: Check type hints via mypy