-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add python 3.9.2, 3.8.8, 3.7.10 and 3.6.13 #3204
Conversation
@@ -68,10 +68,10 @@ RUN apt-get install -y software-properties-common \ | |||
ENV PYENV_ROOT=/usr/local/.pyenv \ | |||
PATH="/usr/local/.pyenv/bin:$PATH" | |||
RUN git clone https://github.com/pyenv/pyenv.git /usr/local/.pyenv \ | |||
&& cd /usr/local/.pyenv && git checkout v1.2.22 && cd - \ | |||
&& pyenv install 3.9.1 \ | |||
&& cd /usr/local/.pyenv && git checkout 9ee109b66148bc39a685926050b7b56cb4bb184b && cd - \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it's released now https://github.com/pyenv/pyenv/releases/tag/v1.2.23
&& cd /usr/local/.pyenv && git checkout 9ee109b66148bc39a685926050b7b56cb4bb184b && cd - \ | |
&& cd /usr/local/.pyenv && git checkout v1.2.23 && cd - \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I see now that it doesn't include all the new versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, 1.2.23 is missing 3.9.2 and 3.8.8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Verified pyenv changes pyenv/pyenv@v1.2.22...9ee109b
There are some worrying changes to stackless installs going from https
to http
but we don't install these. Raised the issue pyenv/pyenv#1845
No description provided.