AstarVienna / ScopeSim

A telescope observation simulator for Python.
GNU General Public License v3.0
14 stars 10 forks source link

Drop support for Python 3.9 #471

Closed teutoburg closed 4 days ago

teutoburg commented 1 week ago

Onwards with 3.10+ !!

Indirectly this got rid of importlib-metadata, importlib-resources, some typing extensions and zipp, which is good.

I had this (now rebased) commit locally for a few weeks, not sure why I didn't push it sooner. Maybe something broke? I guess we'll find out 🙃

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 76.52%. Comparing base (ec82f78) to head (8f16e35).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #471 +/- ## ========================================== - Coverage 76.53% 76.52% -0.02% ========================================== Files 65 65 Lines 7970 7970 ========================================== - Hits 6100 6099 -1 - Misses 1870 1871 +1 ```

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