Skip to content

Commit

Permalink
bump and pin mypy to latest version that supports py37
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Oct 11, 2023
1 parent c41377a commit 56694e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/3122.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin mypy to v1.4.1, the last to support py37
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"black>=22.1.0",
"flake8==3.8.3",
"isort>=5.11.0",
"mypy>=1.0.0",
"mypy==1.4.1",
"types-setuptools>=57.4.4",
"types-requests>=2.26.1",
"types-protobuf==3.19.13",
Expand Down

0 comments on commit 56694e3

Please sign in to comment.