-
Notifications
You must be signed in to change notification settings - Fork 301
Drop support for obsolete dependencies #664
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
Removing six was easier than anticipated. I hope all obsolete workarounds for Python 2.7 are now removed. I will do removing of deprecated code in another PR. |
@sliverc I believe you need to tag this "Ready for review" since it's still labeled as a draft.... |
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.
bye bye Py2! LGTM, but @sliverc, you need to remove the draft label I believe before rebasing against master.
Following specific supports are removed: * Python 2.7 * Python 3.4 * Django Filter 1.1 * Django REST Framework >=3.8 * Django 2.0
@n2ygk Added changelog and found another Py27 code snippet to be removed. Ready for final review now. |
Fixes #658
Fixes #659
Description of the Change
Following specific supports are removed:
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS