Skip to content

Commit 03702d2

Browse files
committed
Update Python version in nox mypy session
1 parent 9c17944 commit 03702d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def mypy(session):
281281
"types-requests",
282282
"types-protobuf",
283283
"types-dataclasses",
284-
"types-mock; python_version=='3.7'",
284+
"types-mock; python_version=='3.8'",
285285
)
286286
session.run("mypy", "google", "tests")
287287

0 commit comments

Comments
 (0)