Skip to content

Commit 8ebe498

Browse files
authored
[NOTICKET] Add python 3.9 support to shopkeep/pyenv (#21)
1 parent 3e60869 commit 8ebe498

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
@@ -23,8 +23,9 @@ RUN pyenv install 2.7.15
2323
RUN pyenv install 3.5.5
2424
RUN pyenv install 3.6.5
2525
RUN pyenv install 3.7.0
26+
RUN pyenv install 3.9.13
2627
RUN pyenv rehash
27-
RUN pyenv global 3.7.0 3.6.5 3.5.5 2.7.15
28+
RUN pyenv global 3.9.13 3.7.0 3.6.5 3.5.5 2.7.15
2829

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

pyenv/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The following Python versions are available in this image:
1010
- 3.5.5
1111
- 3.6.5
1212
- 3.7.0
13+
- 3.9.13
1314

1415
## Available libraries
1516

0 commit comments

Comments
 (0)