-
Notifications
You must be signed in to change notification settings - Fork 110
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
Drop support for EOL Python versions #265
Conversation
@@ -12,8 +11,6 @@ matrix: | |||
env: TOX_ENV=py27-oauth2client3 | |||
- python: "2.7" | |||
env: TOX_ENV=py27-oauth2client4 | |||
- python: "3.4" |
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.
Did you by chance try apitools with Python 3.6, 3.7, @hugovk?
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.
I just had a quick go, but it failed so I think that can be dealt with separately to this:
What is the status of this one? |
Merge conflict resolved. EOL numbers are going down:
Date range: 2019-08-01 - 2019-08-31 |
% pypistats python_minor google-apitools --last-month
Date range: 2020-03-01 - 2020-03-31 |
Python 2.6, 3.3 and 3.4 are EOL and no longer receiving security updates (or any updates) from the core Python team.
Source: https://en.wikipedia.org/wiki/CPython#Version_history
They're also little used. Here's the pip installs for google-apitools from PyPI for March 2019:
Source:
pypistats python_minor google-apitools --last-month # pip install pypistats
This PR also:
python_requires
to help pip install the right version for the running Pythonunittest2
dependency, which was required for EOL Python 2.6sudo
is no longer needed on Travis CI