beda-software / drf-writable-nested

Writable nested model serializer for Django REST Framework
Other
1.07k stars 116 forks source link

Add support for Python 3.7 and Django 2.1 #59

Closed johnthagen closed 5 years ago

johnthagen commented 5 years ago

Python 3.7 Travis support is based upon https://github.com/travis-ci/travis-ci/issues/9815#issue-336465122

Should we also remove:

'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',

As it doesn't seem like we are actually testing those versions any more?

johnthagen commented 5 years ago

This seems like too many fixes at once (as some tests failed). Closing in favor of smaller PRs (#60, #61).