Merge pull request #1872 from joshfriend/patch-2

Python 3.6.5
This commit is contained in:
Dan Ryan
2018-03-30 19:11:56 -04:00
committed by GitHub
+1 -1
View File
@@ -452,7 +452,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: