flake8-django icon indicating copy to clipboard operation
flake8-django copied to clipboard

add support for Python 3.13 and drop EoL Python 3.7

Open terencehonles opened this issue 1 year ago • 6 comments

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.

terencehonles avatar Nov 21 '23 00:11 terencehonles

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.

codecov-commenter avatar Nov 21 '23 00:11 codecov-commenter

@rocioar Could you take a look at this PR please?

yalef avatar Jan 08 '24 06:01 yalef

@rocioar I've fixed recent conflicts, bumped the lockfile, and updated the github actions as part of this PR.

terencehonles avatar Feb 09 '24 09:02 terencehonles

Is there an ETA for this PR to be merged? Python 3.12 support is important and should not be left unmanaged.

sevdog avatar Jun 14 '24 10:06 sevdog

Hey @rocioar 👋 Do you think it could be possible to merge and release this PR? 🙏 Thanks!

denisroldan avatar Aug 06 '24 16:08 denisroldan