Skip to content

Pin pip to 20.x (the last version to support Python 2) #51

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

Merged
merged 1 commit into from
Jan 28, 2021

Conversation

tianon
Copy link
Member

@tianon tianon commented Jan 26, 2021

I'm not 100% sure this is the "right" solution, but we have the very real situation where pip 21.x has been released which drops Python 2 support, but PyPy is still actively supporting their Python 2 variant (for the foreseeable future), and IMO it would be strange for us to ship pip 21.x for pypy:3 and pip 20.x for pypy:2 when they're actually part of the same PyPy release (not separate release lines, like in upstream Python).

@yosifkit
Copy link
Member

It makes sense to stick them to the same for now. Users can update pip in their own Dockerfile and we can always revisit whether or not to update pip in pypy:3* images.

@yosifkit yosifkit merged commit 60e28bf into docker-library:master Jan 28, 2021
@yosifkit yosifkit deleted the pip-20 branch January 28, 2021 01:12
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jan 28, 2021
Changes:

- docker-library/pypy@60e28bf: Merge pull request docker-library/pypy#51 from infosiftr/pip-20
- docker-library/pypy@9625e09: Pin pip to 20.x (the last version to support Python 2)
- docker-library/pypy@0cedf2f: Update to 7.3.3, pip 20.3.3
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jan 28, 2021
Changes:

- docker-library/pypy@60e28bf: Merge pull request docker-library/pypy#51 from infosiftr/pip-20
- docker-library/pypy@9625e09: Pin pip to 20.x (the last version to support Python 2)
- docker-library/pypy@0cedf2f: Update to 7.3.3, pip 20.3.3
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