We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de88002 commit cf0c4abCopy full SHA for cf0c4ab
requirements.txt
@@ -2,5 +2,5 @@ potodo==0.21.3
2
powrap==1.0.1
3
sphinx-intl==2.2.0
4
# 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
+sphinx-lint==1.0.0; python_version >= "3.12"
+sphinx-lint==0.9.1; python_version < "3.12"
0 commit comments