Skip to content

Commit 5d52bb6

Browse files
authored
Update standard-imghdr version condition for Python 3.13
1 parent 1dd6cd5 commit 5d52bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ sphinx==3.4.3
1010
docutils==0.17.1
1111
# Jinja version is pinned to a version compatible with Sphinx version <4.5.
1212
jinja2==3.0.3
13-
# Sphinx 3.4.3 uses imghdr which was removed from stdlib in Python 3.11
14-
standard-imghdr==3.13.0; python_version>'3.10'
13+
# Sphinx 3.4.3 uses imghdr which was removed from stdlib in Python 3.13
14+
standard-imghdr==3.13.0; python_version>'3.12'
1515

1616
blurb
1717

0 commit comments

Comments
 (0)