Skip to content

Commit 622bfec

Browse files
committed
Changes the Python version mypy uses to 3.8
They dropped support for 3.7 in aug/2023, see: python/mypy#15566
1 parent 21572af commit 622bfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mypy]
22
plugins = pydantic.mypy
3-
python_version = 3.7
3+
python_version = 3.8
44

55
pretty = True
66
show_error_context = True

0 commit comments

Comments
 (0)