mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update version map for latest Python releases
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user