django-rest-framework-msgpack icon indicating copy to clipboard operation
django-rest-framework-msgpack copied to clipboard

Updated supported Python, Django and DRF version

Open rafaelsierra opened this issue 6 years ago • 0 comments
trafficstars

This changes brings the requirements to currently maintained versions of each software:

  • Python 2.7, 3.5~3.7
  • Django 1.11, 2.1, 2.2
  • DRF 3.8, 3.9
  • msgpack-python to msgpack (same reasoning as #13)

Travis integration has been updated to test all possible version combination scenarios so that tests are more reliable.

More tests were added to bring code coverage to 100%

rafaelsierra avatar May 26 '19 12:05 rafaelsierra