mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #872 from joshfriend/latest-3.6
Latest Python 3.6.x is 3.6.3
This commit is contained in:
+1
-1
@@ -456,7 +456,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.2',
|
||||
'3.6': '3.6.3',
|
||||
}
|
||||
try:
|
||||
if len(python.split('.')) == 2:
|
||||
|
||||
Reference in New Issue
Block a user