Skip to content

Commit

Permalink
CI: Run on 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 71c2243 commit 95ff136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- run: tar xf dist/*.tar.gz --strip-components=1
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Set up test runner
run: |
python -VV
Expand All @@ -140,7 +140,7 @@ jobs:
- run: tar xf dist/*.tar.gz --strip-components=1
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Set up test runner
run: |
python -VV
Expand All @@ -166,7 +166,7 @@ jobs:
- run: tar xf dist/*.tar.gz --strip-components=1
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Set up test runner
run: |
python -VV
Expand Down

0 comments on commit 95ff136

Please sign in to comment.