Skip to content

Commit 173cf5e

Browse files
committed
.github: upgrade Python to 3.12
1 parent 27a2276 commit 173cf5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929

30-
- name: Set up Python 3.11
30+
- name: Set up Python 3.12
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: 3.11
33+
python-version: 3.12
3434
cache: 'pip'
3535

3636
- name: Install dependencies

0 commit comments

Comments
 (0)