Skip to content

Commit

Permalink
CI: Select correct Python version for docs/lint/package checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Oct 31, 2024
1 parent 562efcc commit 71c2243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
python -Im pip install --upgrade nox
python -Im nox --version
- name: Check package
run: "python -Im nox --non-interactive --error-on-external-run --tag packaging --python 3.12"
run: "python -Im nox --non-interactive --error-on-external-run --tag packaging --python 3.13"


required-checks-pass:
Expand Down

0 comments on commit 71c2243

Please # to comment.