carltongibson / django-filter

A generic system for filtering Django QuerySets based on user selections
https://django-filter.readthedocs.io/en/main/
Other
4.39k stars 760 forks source link

feat: Update supported Python and Django versions #1643

Closed adamantike closed 4 months ago

adamantike commented 4 months ago

Minimal Django version is now 4.2 (oldest supported version upstream [1]) Minimal Python version is now 3.8 (oldest Python version supported by Django 4.2)

[1] https://www.djangoproject.com/download/#supported-versions

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 98.51%. Comparing base (a2f7aba) to head (25a8310). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1643 +/- ## ========================================== - Coverage 98.59% 98.51% -0.09% ========================================== Files 15 15 Lines 1285 1280 -5 ========================================== - Hits 1267 1261 -6 - Misses 18 19 +1 ```

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

carltongibson commented 4 months ago

Thanks @adamantike — I'll roll a release over the weekend.

carltongibson commented 4 months ago

Turned out that was this afternoon https://pypi.org/project/django-filter/24.1/

adamantike commented 4 months ago

Thank you for the quick release! I can confirm the unneeded django.test import time reported in #1641 is now gone.

image

carltongibson commented 4 months ago

Lovely. Thanks for the report and PRs!