Skip to content

Commit 71c2243

Browse files
committed
CI: Select correct Python version for docs/lint/package checks.
1 parent 562efcc commit 71c2243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
python -Im pip install --upgrade nox
175175
python -Im nox --version
176176
- name: Check package
177-
run: "python -Im nox --non-interactive --error-on-external-run --tag packaging --python 3.12"
177+
run: "python -Im nox --non-interactive --error-on-external-run --tag packaging --python 3.13"
178178

179179

180180
required-checks-pass:

0 commit comments

Comments
 (0)