Skip to content

Commit

Permalink
Fix some deprecation warnings in tests by upgrading Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Sep 11, 2023
1 parent b28978e commit 3086159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
# Type checking.
"mypy==v0.910 ; python_version<'3.6'",
"mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'",
"mypy==v1.4.1 ; python_version>='3.7'",
"mypy==v1.4.1 ; python_version>='3.7' and python_version<'3.8'",
"mypy==v1.5.1 ; python_version>='3.8'",
# Docs.
"Sphinx==7.2.5 ; python_version>='3.9'",
"sphinx-autobuild==2021.3.14 ; python_version>='3.9'",
Expand Down

0 comments on commit 3086159

Please sign in to comment.