jazzband / django-recurrence

Utility for working with recurring dates in Django.
https://django-recurrence.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
486 stars 190 forks source link

Add support for Python 3.12, Drop support for Django <4, Drop Support for Python 3.7, 3.8 #290

Closed lino closed 9 months ago

lino commented 9 months ago

I guess it's time to drop the support for old Django versions.

This will enable us to remove band aids for compatibility and thus save time.

Also I have changed the build process to employ pdm

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (e227da2) 79.83% compared to head (27ed9a1) 80.79%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #290 +/- ## ========================================== + Coverage 79.83% 80.79% +0.95% ========================================== Files 9 12 +3 Lines 744 781 +37 Branches 220 220 ========================================== + Hits 594 631 +37 Misses 120 120 Partials 30 30 ```

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