Skip to content

Commit cf0c4ab

Browse files
authored
Quote version specifiers in requirements.txt
1 parent de88002 commit cf0c4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ potodo==0.21.3
22
powrap==1.0.1
33
sphinx-intl==2.2.0
44
# avoid unnecessary parentheses search in old Python Docs
5-
sphinx-lint==1.0.0; python_version >= 3.12
6-
sphinx-lint==0.9.1; python_version < 3.12
5+
sphinx-lint==1.0.0; python_version >= "3.12"
6+
sphinx-lint==0.9.1; python_version < "3.12"

0 commit comments

Comments
 (0)