Skip to content

Fix Python 3.5 travis build by pinning pip #9949

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 2 commits into from
Jan 23, 2021
Merged

Fix Python 3.5 travis build by pinning pip #9949

merged 2 commits into from
Jan 23, 2021

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Jan 23, 2021

It looks like pip just dropped Python 3.5 support, but we are not quite
yet ready to do it (as long as there's an easy workaround).

Example failure here:
https://travis-ci.com/github/python/mypy/jobs/474676438

@hauntsaninja
Copy link
Collaborator

When would you accept a PR that drops Python 3.5 support?

@@ -82,7 +82,7 @@ jobs:
# - EXTRA_ARGS=

install:
- pip install -U pip setuptools
- pip install -U pip==20.3.4 setuptools
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: could you add a comment that mentions Python 3.5 in some way so this is discoverable via grep

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A good idea, done.

@JukkaL
Copy link
Collaborator Author

JukkaL commented Jan 23, 2021

When would you accept a PR that drops Python 3.5 support?

Around the time that Ubuntu 16.04 LTS goes out of support (this April), assuming that it's not too much of a pain to support Python 3.5 until then.

@JukkaL JukkaL changed the title Attempt to fix Python 3.5 travis build by pinning pip Fix Python 3.5 travis build by pinning pip Jan 23, 2021
@JukkaL JukkaL merged commit e1b34b5 into master Jan 23, 2021
@JukkaL JukkaL deleted the fix-3.5 branch January 23, 2021 19:30
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