evenicoulddoit / django-rest-framework-serializer-extensions

Extensions to help DRY up Django Rest Framework serializers
Other
247 stars 23 forks source link

Add Django REST Framework 3.11 to tox.ini #37

Closed rvause closed 4 years ago

rvause commented 4 years ago

3.11 was released with support for Django 3.0.

codecov-io commented 4 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   98.82%   98.82%           
=======================================
  Files           2        2           
  Lines          85       85           
=======================================
  Hits           84       84           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7167842...90d8401. Read the comment docs.

evenicoulddoit commented 4 years ago

Hi @rvause thanks for doing this! The only change I'd make is to remove 3.8 from the supported list, as this project aims to support "previous - 2" versions :)

evenicoulddoit commented 4 years ago

Thanks!