jazzband / django-rest-knox

Authentication Module for django rest auth
MIT License
1.1k stars 206 forks source link

feat(ci): add current django and python to test #321

Closed Rotzbua closed 5 months ago

Rotzbua commented 7 months ago

https://endoflife.date/django

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ffd9171) 91.70% compared to head (18b4775) 91.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #321 +/- ## ======================================== Coverage 91.70% 91.70% ======================================== Files 9 9 Lines 229 229 Branches 35 35 ======================================== Hits 210 210 Misses 16 16 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dekkers commented 5 months ago

We should probably also remove Python 3.6 and 3.7 as they are also end of life.

Rotzbua commented 5 months ago

@dekkers Yes I agree, but I think the policy of jazzband was to keep support for LTS django version and the supported python versions?