Update Python 3.3 and 3.6 versions

* 3.3.7 was released on 2017-09-19
* 3.6.4 was released on 2017-12-19
This commit is contained in:
Berker Peksag
2018-01-27 03:09:00 +03:00
parent 72081cca22
commit 4d788d10d1
+1 -1
View File
@@ -464,7 +464,7 @@ def ensure_python(three=None, python=None):
'2.7': '2.7.14',
# '3.1': '3.1.5',
# '3.2': '3.2.6',
'3.3': '3.3.6',
'3.3': '3.3.7',
'3.4': '3.4.7',
'3.5': '3.5.4',
'3.6': '3.6.4',