Skip to content

Commit 1dd6cd5

Browse files
authored
Fix syntax for Python version condition in requirements
1 parent f793f98 commit 1dd6cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ docutils==0.17.1
1111
# Jinja version is pinned to a version compatible with Sphinx version <4.5.
1212
jinja2==3.0.3
1313
# 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
14+
standard-imghdr==3.13.0; python_version>'3.10'
1515

1616
blurb
1717

0 commit comments

Comments
 (0)