Skip to content

Commit 3e60869

Browse files
Merge pull request #19 from shopkeep/noticket-add-python-37-support
Add python 3.7 support to shopkeep/pyenv
2 parents bcb1530 + be6cfd3 commit 3e60869

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyenv/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ RUN pyenv update
2222
RUN pyenv install 2.7.15
2323
RUN pyenv install 3.5.5
2424
RUN pyenv install 3.6.5
25+
RUN pyenv install 3.7.0
2526
RUN pyenv rehash
26-
RUN pyenv global 3.6.5 3.5.5 2.7.15
27+
RUN pyenv global 3.7.0 3.6.5 3.5.5 2.7.15
2728

2829
# install build and test dependencies
2930
RUN pip install --upgrade pip tox wheel

pyenv/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The following Python versions are available in this image:
99
- 2.7.15
1010
- 3.5.5
1111
- 3.6.5
12+
- 3.7.0
1213

1314
## Available libraries
1415

0 commit comments

Comments
 (0)