Skip to content

Commit

Permalink
Merge pull request #872 from joshfriend/latest-3.6
Browse files Browse the repository at this point in the history
Latest Python 3.6.x is 3.6.3
  • Loading branch information
nateprewitt authored Oct 10, 2017
2 parents 81fe4dc + 50402b0 commit 8550639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def activate_pyenv():
'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:
Expand Down

0 comments on commit 8550639

Please sign in to comment.