-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Remove classifier for Python 3.4 for end-of-life. #7535
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
Conversation
We aren't likely to make changes which break 3.4 before we also drop 2.7 support:
See: https://docs.python.org/3/whatsnew/3.5.html |
|
@tseaver we are 100% on the same page on this one. If we batch it with 2.7 it will save a major bump and be less disruptive. |
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
Python 3.4 has reached EOL. https://www.python.org/dev/peps/pep-0429/
At this point we should remove the classifier for 3.4 and discourage its use. This change doesn't prevent users from installing this library on 3.4. Doing so would require rev-ing versions of our libraries and create a good deal of noise. My suggestion is that we modify
python_requiresas other breaking changes come, removing 3.4 at that point.