flake8-django
flake8-django copied to clipboard
add support for Python 3.13 and drop EoL Python 3.7
astroid
3.x is required to support Python 3.12, and it does not support Python 3.7. Instead of installing an older version of astroid
Python 3.7 was dropped because it already reached its end of life.
In order to remove deprecation warnings other development dependencies have been updated to their latest versions and pinned packages have been set to their minor versions instead of pinning to the patch versions.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
8953649
) 99.78% compared to head (a6e369e
) 99.78%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #134 +/- ##
=======================================
Coverage 99.78% 99.78%
=======================================
Files 22 22
Lines 471 471
=======================================
Hits 470 470
Misses 1 1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@rocioar Could you take a look at this PR please?
@rocioar I've fixed recent conflicts, bumped the lockfile, and updated the github actions as part of this PR.
Is there an ETA for this PR to be merged? Python 3.12 support is important and should not be left unmanaged.
Hey @rocioar 👋 Do you think it could be possible to merge and release this PR? 🙏 Thanks!