Skip to content

Commit f793f98

Browse files
authored
Add standard-imghdr for compatibility with Python 3.11+
1 parent ad4d5ba commit f793f98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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
1315

1416
blurb
1517

0 commit comments

Comments
 (0)