Update version map for latest Python releases

This commit is contained in:
Grey Baker
2018-06-29 09:18:26 -04:00
parent 8691c7168b
commit 9099f533f2
+2 -1
View File
@@ -475,7 +475,8 @@ 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.5',
'3.6': '3.6.6',
'3.7': '3.7.0',
}
try:
if len(python.split('.')) == 2: