Removed support for Python 3.8#1266
Conversation
|
drfmaster tests are throwing an error for TypeError for encode of None. Maybe related to #1229? |
|
There is an upstream change in DRF which caused these errors. I have submitted a PR here encode/django-rest-framework#9615 hope it will be merged soon. |
Done. Also, perhaps as a separate PR, should we make a failed drfmaster test a non-fatal workflow error? That's how we do it in DOT, for example: https://github.com/jazzband/django-oauth-toolkit/blob/master/tox.ini#L57-L59. Right now, errors in non-released DRF are blocking successful PRs here. |
|
See #1267 |
|
Thanks looks good. |
Description of the Change
Remove Python 3.8 which is EOL per PEP 569
Checklist
CHANGELOG.mdupdated (only for user relevant changes)AUTHORS