Styria-Digital / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
https://styria-digital.github.io/django-rest-framework-jwt/
MIT License
192 stars 60 forks source link

Document compatibility with Python 3.7 #23

Closed msmolens closed 4 years ago

msmolens commented 4 years ago

Document that the package supports Python 3.7. Support was added in commit 07a759fdc9a75e8fb8b3387a70ca1b91f2aa8b8d.

Additionally, test Django 1.11 on Python 3.7. Django 1.11 has supported Python 3.7 since 1.11.17.

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #23   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines         245    245           
  Branches       26     26           
=====================================
  Hits          245    245
Flag Coverage Δ
#codecov 100% <ø> (ø) :arrow_up:
#dj111 100% <ø> (ø) :arrow_up:
#dj20 100% <ø> (ø) :arrow_up:
#dj21 100% <ø> (ø) :arrow_up:
#dj22 100% <ø> (ø) :arrow_up:
#drf310 100% <ø> (ø) :arrow_up:
#drf37 100% <ø> (ø) :arrow_up:
#drf38 100% <ø> (ø) :arrow_up:
#drf39 100% <ø> (ø) :arrow_up:
#py27 100% <ø> (ø) :arrow_up:
#py34 100% <ø> (ø) :arrow_up:
#py35 100% <ø> (ø) :arrow_up:
#py36 100% <ø> (ø) :arrow_up:
#py37 100% <ø> (ø) :arrow_up:

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 df478c3...83ea014. Read the comment docs.

fitodic commented 4 years ago

Thanks for the contribution :+1: