-
Notifications
You must be signed in to change notification settings - Fork 296
nep29: drop py37 support #4481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nep29: drop py37 support #4481
Conversation
8883587
to
99917cb
Compare
Do you need to remove the lockfile too, or will the action tidy that up? |
Yep, the numpy change affects the py38 tests and so I agree is a separate issue. But we also have a py37 lockfile that this PR makes redundant. |
03a9e3e
to
c5000d9
Compare
@SciTools/iris-devs I'm keen to get this banked... any takers? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but @rcomer did all the work !
Heads up, @ESMValGroup/esmvaltool-coreteam. |
🚀 Pull Request
Description
This PR drops support for
py37
as per the NEP29 backwards compatibility and deprecation policy support schedule.Also see Python endoflife.
Consult Iris pull request check list