Merge pull request #872 from joshfriend/latest-3.6

Latest Python 3.6.x is 3.6.3
This commit is contained in:
Nate Prewitt
2017-10-10 07:51:50 -07:00
committed by GitHub
+1 -1
View File
@@ -456,7 +456,7 @@ def ensure_python(three=None, python=None):
'3.3': '3.3.6',
'3.4': '3.4.7',
'3.5': '3.5.4',
'3.6': '3.6.2',
'3.6': '3.6.3',
}
try:
if len(python.split('.')) == 2: