Skip to content

Commit 22f91fb

Browse files
committed
requirements[dev]: Add note re mypy support vs Python versions.
1 parent a8f310c commit 22f91fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def long_description():
4242

4343
typing_deps = [
4444
"lxml-stubs",
45-
"mypy~=1.8.0",
45+
"mypy~=1.8.0", # >=1.9.0 requires Python 3.8+, >=1.15.0 requires 3.9+
4646
"types-beautifulsoup4",
4747
"types-pygments",
4848
"types-python-dateutil",

0 commit comments

Comments
 (0)