We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17979d9 commit 16a0f81Copy full SHA for 16a0f81
mypy/defaults.py
@@ -1,4 +1,4 @@
1
PYTHON2_VERSION = (2, 7)
2
-PYTHON3_VERSION = (3, 5)
+PYTHON3_VERSION = (3, 6)
3
CACHE_DIR = '.mypy_cache'
4
CONFIG_FILE = 'mypy.ini'
0 commit comments