executablebooks / MyST-NB

Parse and execute ipynb files in Sphinx
https://myst-nb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
201 stars 81 forks source link

MAINT: remove python=3.7 as EOL is June 2023 #516

Closed mmcky closed 1 year ago

mmcky commented 1 year ago

This PR removes python==3.7 from the test suites and list of supported python versions.

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

The deprecation date for 3.7 is coming up in June 2023.

mmcky commented 1 year ago

this may help with #479 -- rather than fixing python==3.7 failing tests.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (7164bfd) 81.47% compared to head (255b0ad) 81.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #516 +/- ## ======================================= Coverage 81.47% 81.47% ======================================= Files 29 29 Lines 2618 2618 ======================================= Hits 2133 2133 Misses 485 485 ``` | Flag | Coverage Δ | | |---|---|---| | pytests | `81.47% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

mmcky commented 1 year ago

@chrisjsewell do you see any reason to keep python=3.7 support?

I will leave this PR open for review for a couple of days before I merge.