AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

Added support for Python 3.12, Django 5.0. #267

Closed sdolemelipone closed 9 months ago

sdolemelipone commented 9 months ago

Bumped test suite. Is it time to remove testing for 3.0 and 3.1 now? https://endoflife.date/django

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (25ac5da) 88.77% compared to head (7d215b0) 88.77%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #267 +/- ## ======================================= Coverage 88.77% 88.77% ======================================= Files 6 6 Lines 490 490 Branches 54 50 -4 ======================================= Hits 435 435 Misses 40 40 Partials 15 15 ```

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

sdolemelipone commented 9 months ago

:+1: Sounds good!