Skip to content

Commit 95ff136

Browse files
committed
CI: Run on correct Python version for docs/lint/package checks.
1 parent 71c2243 commit 95ff136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- run: tar xf dist/*.tar.gz --strip-components=1
117117
- uses: actions/setup-python@v5
118118
with:
119-
python-version: "3.12"
119+
python-version: "3.13"
120120
- name: Set up test runner
121121
run: |
122122
python -VV
@@ -140,7 +140,7 @@ jobs:
140140
- run: tar xf dist/*.tar.gz --strip-components=1
141141
- uses: actions/setup-python@v5
142142
with:
143-
python-version: "3.12"
143+
python-version: "3.13"
144144
- name: Set up test runner
145145
run: |
146146
python -VV
@@ -166,7 +166,7 @@ jobs:
166166
- run: tar xf dist/*.tar.gz --strip-components=1
167167
- uses: actions/setup-python@v5
168168
with:
169-
python-version: "3.12"
169+
python-version: "3.13"
170170
- name: Set up test runner
171171
run: |
172172
python -VV

0 commit comments

Comments
 (0)