DeltaRCM / pyDeltaRCM

Delta model with a reduced-complexity approach
https://deltarcm.org/pyDeltaRCM/
MIT License
18 stars 11 forks source link

drop python 3.8 #277

Closed amoodie closed 1 year ago

amoodie commented 1 year ago

Proposal to consider dropping 3.8, and picking up 3.11. Tests pass, including docs and coverage, which are now built on 3.10.

As an example, Landlab is supporting only 3.9+ now. An alternative would be to just pick up 3.11 and increment the docs to 3.10 for now, then drop 3.8 sometime later, since it is still working.

Thoughts @elbeejay?

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (97a8352) 78.86% compared to head (ed57e48) 78.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #277 +/- ## ======================================== Coverage 78.86% 78.86% ======================================== Files 12 12 Lines 2616 2616 ======================================== Hits 2063 2063 Misses 553 553 ```

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