Skip to content

Commit a72a598

Browse files
committed
Use Python 3.12 for the 3.10 docs build
The pinned version of Sphinx requires `imghdr`, removed in Python 3.13.
1 parent 960a542 commit a72a598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: 'Set up Python'
3939
uses: actions/setup-python@v4
4040
with:
41-
python-version: '3'
41+
python-version: '3.12'
4242
cache: 'pip'
4343
cache-dependency-path: 'Doc/requirements.txt'
4444
- name: 'Install build dependencies'

0 commit comments

Comments
 (0)