Skip to content
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

Merged
merged 4 commits into from
Mar 9, 2021

Conversation

Parnassius
Copy link
Contributor

No description provided.

@Parnassius Parnassius requested a review from a team as a code owner February 26, 2021 18:42
@@ -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 - \
Copy link
Contributor

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

Suggested change
&& cd /usr/local/.pyenv && git checkout 9ee109b66148bc39a685926050b7b56cb4bb184b && cd - \
&& cd /usr/local/.pyenv && git checkout v1.2.23 && cd - \

Copy link
Contributor

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.

Copy link
Contributor Author

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

Copy link
Contributor

@feelepxyz feelepxyz left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants