Skip to content

Commit

Permalink
[NOTICKET] Add python 3.9 support to shopkeep/pyenv (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
PradeepNallu authored Jul 8, 2022
1 parent 3e60869 commit 8ebe498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyenv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ RUN pyenv install 2.7.15
RUN pyenv install 3.5.5
RUN pyenv install 3.6.5
RUN pyenv install 3.7.0
RUN pyenv install 3.9.13
RUN pyenv rehash
RUN pyenv global 3.7.0 3.6.5 3.5.5 2.7.15
RUN pyenv global 3.9.13 3.7.0 3.6.5 3.5.5 2.7.15

# install build and test dependencies
RUN pip install --upgrade pip tox wheel
Expand Down
1 change: 1 addition & 0 deletions pyenv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The following Python versions are available in this image:
- 3.5.5
- 3.6.5
- 3.7.0
- 3.9.13

## Available libraries

Expand Down

0 comments on commit 8ebe498

Please sign in to comment.