We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f310c commit 22f91fbCopy full SHA for 22f91fb
setup.py
@@ -42,7 +42,7 @@ def long_description():
42
43
typing_deps = [
44
"lxml-stubs",
45
- "mypy~=1.8.0",
+ "mypy~=1.8.0", # >=1.9.0 requires Python 3.8+, >=1.15.0 requires 3.9+
46
"types-beautifulsoup4",
47
"types-pygments",
48
"types-python-dateutil",
0 commit comments