jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.63k stars 593 forks source link

Drop support for Python 3.8 #598

Closed hugovk closed 1 month ago

hugovk commented 1 month ago

Python 3.8 EOL is due tomorrow, when 3.13.0 final is released.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 92.86%. Comparing base (9c82f70) to head (4d31928). Report is 7 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #598 +/- ## ========================================== + Coverage 92.66% 92.86% +0.20% ========================================== Files 28 28 Lines 2958 3057 +99 ========================================== + Hits 2741 2839 +98 - Misses 217 218 +1 ```

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

hugovk commented 1 month ago

I think we're due for a release, I can do it later today.