mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
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:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user