Skip to content

Commit

Permalink
Drop lint parentheses search in old Python versions (#236)
Browse files Browse the repository at this point in the history
* Drop lint parentheses search in old Python versions

* Quote version specifiers in requirements.txt
  • Loading branch information
rffontenelle authored Oct 18, 2024
1 parent 3c5bab0 commit cbfc851
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
potodo==0.21.3
powrap==1.0.1
sphinx-intl==2.2.0
sphinx-lint==1.0.0
# avoid unnecessary parentheses search in old Python Docs
sphinx-lint==1.0.0; python_version >= "3.12"
sphinx-lint==0.9.1; python_version < "3.12"

0 comments on commit cbfc851

Please sign in to comment.