Skip to content

Commit bccd6a3

Browse files
committed
Bump version of Python used in workflows
1 parent e8b16a9 commit bccd6a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.12"
22+
python-version: "3.13"
2323

2424
- name: Install lint tools
2525
run: "pip install Pygments restructuredtext-lint"

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
name: Install Python
2020
with:
21-
python-version: "3.12"
21+
python-version: "3.13"
2222

2323
- run: |
2424
pip install packaging
@@ -167,7 +167,7 @@ jobs:
167167
- uses: actions/setup-python@v5
168168
name: Install Python
169169
with:
170-
python-version: "3.12"
170+
python-version: "3.13"
171171

172172
- uses: actions/download-artifact@v4
173173
with:

0 commit comments

Comments
 (0)