We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a772df commit afdd195Copy full SHA for afdd195
1 file changed
tox/Dockerfile
@@ -13,7 +13,8 @@ RUN apk add --no-cache --virtual=.build-deps bzip2-dev cargo curl git linux-head
13
pyenv install 3.8.7 && \
14
pyenv install 3.9.1 && \
15
pyenv install 3.10.4 && \
16
- pyenv global 3.10.4 3.9.1 3.8.7 3.7.9 3.6.12 3.5.10 && \
+ pyenv install 3.11.2 && \
17
+ pyenv global 3.11.2 3.10.4 3.9.1 3.8.7 3.7.9 3.6.12 3.5.10 && \
18
pyenv rehash && \
19
pip install tox==$version && \
20
apk del .build-deps && \
0 commit comments