Skip to content

Commit

Permalink
Merge pull request #2474 from greysteil/update-version-map
Browse files Browse the repository at this point in the history
Update version map for latest Python releases
  • Loading branch information
techalchemy authored Jun 29, 2018
2 parents 8691c71 + 9099f53 commit 4bb3262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@ def activate_pyenv():
'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:
Expand Down

0 comments on commit 4bb3262

Please sign in to comment.