-
Notifications
You must be signed in to change notification settings - Fork 299
Update compatibility matrix for Python, Django, and DRF #341
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
Codecov Report
@@ Coverage Diff @@ ## develop #341 +/- ## =========================================== + Coverage 73.02% 76.01% +2.98% =========================================== Files 50 50 Lines 5690 6007 +317 =========================================== + Hits 4155 4566 +411 + Misses 1535 1441 -94
Continue to review full report at Codecov.
|
I added Python 3.6 to the mix since it is also officially released.
@jerel I think I'm finished with this branch now. It's probably a good one to have before releasing another version since it brings DJA to parity with all its dependencies. Would you mind reviewing this when you get a chance so I'm not reviewing my own stuff?
I'm going to merge this (even though it's my PR). There's not really a downside to testing newer (released!) versions of Python.
If someone is unhappy with the work after the fact, please let me know and I'll be happy to make updates.
This branch documents the supported versions of Python, Django, and DRF.
It will soon add compatibility with Django 1.11, DRF 3.5, and DRF 3.6.
Fixes #329