Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-01-06 09:02:27 -05:00
parent 8b378a70e7
commit 462ffc3e97
+1 -1
View File
@@ -464,7 +464,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.3',
'3.6': '3.6.4',
}
try:
if len(python.split('.')) == 2: