Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0603ae4

Browse files
authored
Use Python 3.9 for mypy self check (#10362)
Using obsolete Python 3.5 breaks typeshed's execution of mypy's self check, as typeshed does not support Python 3.5 anymore.
1 parent d326952 commit 0603ae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy_self_check.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ show_error_codes = True
1818
pretty = True
1919
always_false = MYPYC
2020
plugins = misc/proper_plugin.py
21-
python_version = 3.5
21+
python_version = 3.9
2222
exclude = /mypy/typeshed/

0 commit comments

Comments
 (0)