Skip to content

Commit 6b4575b

Browse files
mdellwegpedro-psb
authored andcommitted
Use newer version of Python for the docs workflow
1 parent 2b95e81 commit 6b4575b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/all-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
path: "pulpcore"
2121
- uses: "actions/setup-python@v5"
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.13"
2424
- name: "Build HTML site for pulpproject.org."
2525
run: |
2626
.github/workflows/scripts/build_all_docs.sh
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: "actions/setup-python@v5"
4949
with:
50-
python-version: "3.11"
50+
python-version: "3.13"
5151

5252
- name: "Setting secrets"
5353
run: |

0 commit comments

Comments
 (0)