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

pip 21.0 drops support for Python 2.7 and 3.5 - NOT an issue #857

Closed
keitherskine opened this issue Jan 24, 2021 · 2 comments
Closed

pip 21.0 drops support for Python 2.7 and 3.5 - NOT an issue #857

keitherskine opened this issue Jan 24, 2021 · 2 comments

Comments

@keitherskine
Copy link
Collaborator

Just in case anyone was concerned that pyodbc's CI jobs will fail now that pip version 21 has dropped support for Python 2.7 and Python 3.5, this does not appear to be the case. Both the AppVeyor and Travis jobs still appear to work successfully, Actually the Travis jobs are not impacted by this at all, only the AppVeyor jobs attempt to upgrade pip to the very latest version. When "python -m pip install --upgrade pip" is called in AppVeyor, the Python 2.7 and 3.5 jobs automagically upgrade pip to just 20.3.4 and the Python 3.6+ jobs upgrade pip to 21.0. So, all good, no code changes on our part are necessary.

@mkleehammer
Copy link
Owner

Great to know. I didn't even realize pip was dropping that.

I was hoping to drop 2.7 support myself, but the download stats show that way over half of the downloads are still on Python 2. I don't mind dropping 3.5 though.

@keitherskine
Copy link
Collaborator Author

2.7 is still popular it would seem. Anyway, I'm going to close this issue to keep things tidy.

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

No branches or pull requests

2 participants