Python 3.6.5

This commit is contained in:
Josh Friend
2018-03-28 18:25:59 -04:00
committed by GitHub
parent b0445a2c0b
commit 094044d502
+1 -1
View File
@@ -451,7 +451,7 @@ def ensure_python(three=None, python=None):
'3.3': '3.3.7',
'3.4': '3.4.8',
'3.5': '3.5.5',
'3.6': '3.6.4',
'3.6': '3.6.5',
}
try:
if len(python.split('.')) == 2: