justindujardin / pathy

simple, flexible, offline capable, cloud storage with a Python path-like interface
Apache License 2.0
171 stars 23 forks source link

fix: drop support for end-of-life python3.7 #111

Closed justindujardin closed 10 months ago

justindujardin commented 10 months ago

Python 3.7 is end of life and our conditional mypy installations no longer satisfy our lint step. If you need 3.7 support you'll need to use an older version: https://devguide.python.org/versions/

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (90eb026) 99.91% compared to head (5a3fb00) 99.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #111 +/- ## ======================================= Coverage 99.91% 99.91% ======================================= Files 6 6 Lines 1159 1159 ======================================= Hits 1158 1158 Misses 1 1 ```

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

justindujardin commented 10 months ago

Replaced by #112