Skip to content

Commit d0e2d00

Browse files
committed
Add Python 3.10
We can remove 3.6 eventually, once we have a branch. Signed-off-by: Stephen Finucane <[email protected]>
1 parent ffe1919 commit d0e2d00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN pyenv latest install 3.6 && \
4949
pyenv latest install 3.7 && \
5050
pyenv latest install 3.8 && \
5151
pyenv latest install 3.9 && \
52+
pyenv latest install 3.10 && \
5253
pyenv global $(pyenv versions --bare | tac) && \
5354
pyenv versions && \
5455
find ${PYENV_ROOT}/versions -depth \

0 commit comments

Comments
 (0)