Skip to content

Commit 293aea2

Browse files
authored
Merge pull request #489 from kurtmckee/fix-ci-quality-checks
Fix an oversight in the updates to use Python 3.13
2 parents 2a138f7 + dde0e26 commit 293aea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: "Quality"
6868
runner: "ubuntu-latest"
6969
cpythons:
70-
- "3.12"
70+
- "3.13"
7171
tox-environments:
7272
- "docs"
7373
- "mypy"

0 commit comments

Comments
 (0)