Skip to content

Commit

Permalink
Add Python 3.13-dev to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nkantar committed Aug 25, 2024
1 parent a536a18 commit d668364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d668364

Please sign in to comment.