We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e60869 commit 8ebe498Copy full SHA for 8ebe498
pyenv/Dockerfile
@@ -23,8 +23,9 @@ RUN pyenv install 2.7.15
23
RUN pyenv install 3.5.5
24
RUN pyenv install 3.6.5
25
RUN pyenv install 3.7.0
26
+RUN pyenv install 3.9.13
27
RUN pyenv rehash
-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
29
30
# install build and test dependencies
31
RUN pip install --upgrade pip tox wheel
pyenv/README.md
@@ -10,6 +10,7 @@ The following Python versions are available in this image:
10
- 3.5.5
11
- 3.6.5
12
- 3.7.0
13
+- 3.9.13
14
15
## Available libraries
16
0 commit comments