Skip to content

Commit

Permalink
Merge pull request #489 from kurtmckee/fix-ci-quality-checks
Browse files Browse the repository at this point in the history
Fix an oversight in the updates to use Python 3.13
  • Loading branch information
kurtmckee authored Dec 8, 2024
2 parents 2a138f7 + dde0e26 commit 293aea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: "Quality"
runner: "ubuntu-latest"
cpythons:
- "3.12"
- "3.13"
tox-environments:
- "docs"
- "mypy"
Expand Down

0 comments on commit 293aea2

Please sign in to comment.