django-commons / drf-excel

An XLSX spreadsheet renderer for Django REST Framework.
BSD 3-Clause "New" or "Revised" License
217 stars 40 forks source link

Officially drop support for Python 3.7 and 3.8 #94

Closed browniebroke closed 2 weeks ago

browniebroke commented 2 weeks ago

Python 3.7 has EOL for more than a year, it's is not listed in the trove classifiers and is not part of the test suite. Python 3.8 has reached EOL earlier this month:

image

https://devguide.python.org/versions/

codecov-commenter commented 2 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Please upload report for BASE (main@a14f81d). Learn more about missing BASE report.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #94 +/- ## ======================================= Coverage ? 92.87% ======================================= Files ? 4 Lines ? 351 Branches ? 0 ======================================= Hits ? 326 Misses ? 25 Partials ? 0 ```

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

browniebroke commented 2 weeks ago

@FlipperPA does this make sense? I'm also planing to drop Python 3.8 which reached EOL this month, and look into adding Python 3.13 support.

Then perhaps we could do a 2.5.0 release? WDYT?

FlipperPA commented 2 weeks ago

@browniebroke Absolutely, let's drop 3.8 as well, and a 2.5.0 release sounds great. Also, the new Trove Classifiers are merged in: https://github.com/pypa/trove-classifiers/pull/193