We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c06b0 commit a902ef3Copy full SHA for a902ef3
Dockerfile
@@ -52,11 +52,11 @@ RUN apt-get update --quiet && \
52
xz-utils \
53
zlib1g-dev
54
55
-RUN pyenv install 3.8 && \
56
- pyenv install 3.9 && \
+RUN pyenv install 3.9 && \
57
pyenv install 3.10 && \
58
pyenv install 3.11 && \
59
pyenv install 3.12 && \
+ pyenv install 3.13 && \
60
pyenv global $(pyenv versions --bare | tac) && \
61
pyenv versions && \
62
find ${PYENV_ROOT}/versions -depth \
0 commit comments