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