Skip to content
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

Remove Python 3.8 support #173

Merged
merged 5 commits into from
Aug 1, 2023
Merged

Remove Python 3.8 support #173

merged 5 commits into from
Aug 1, 2023

Conversation

jfrost-mo
Copy link
Member

@jfrost-mo jfrost-mo commented Aug 1, 2023

This change was forced by iris dropping support. It does allow us to drop the dependency on importlib_metadata though, as that is in the standard library from 3.9.

Also fixes some pre-commit nags from flake 8 that seem to have started since we updated it this morning. This gets all the tests passing again.

  • Regenerate the lock files.

Fixes #164

@jfrost-mo jfrost-mo added bug Something isn't working cleanup Non-functional improvement labels Aug 1, 2023
@jfrost-mo jfrost-mo self-assigned this Aug 1, 2023
This change was forced by iris dropping support. It does allow us
to drop the dependency on importlib_metadata though, as that is in
the standard library from 3.9.
@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2023

Coverage

@jfrost-mo jfrost-mo marked this pull request as ready for review August 1, 2023 08:36
@jfrost-mo jfrost-mo requested a review from jwarner8 August 1, 2023 08:51
@jfrost-mo jfrost-mo removed the cleanup Non-functional improvement label Aug 1, 2023
@jfrost-mo jfrost-mo mentioned this pull request Aug 1, 2023
5 tasks
@jfrost-mo jfrost-mo merged commit b56b5de into main Aug 1, 2023
5 checks passed
@jfrost-mo jfrost-mo deleted the drop-py38 branch August 1, 2023 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop python 3.8 support
2 participants