Skip to content

Commit 0c10367

Browse files
authored
Use newer Python in docs build (python#17747)
Helps with python#17742
1 parent 0412590 commit 0c10367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.8'
39+
python-version: '3.12'
4040
- name: Install tox
4141
run: pip install tox==4.11.0
4242
- name: Setup tox environment

0 commit comments

Comments
 (0)