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

ci: remove python 3.8 support #4579

Open
4 tasks
terriko opened this issue Nov 19, 2024 · 0 comments
Open
4 tasks

ci: remove python 3.8 support #4579

terriko opened this issue Nov 19, 2024 · 0 comments

Comments

@terriko
Copy link
Contributor

terriko commented Nov 19, 2024

Python 3.8 is no longer getting security updates, so we'll be dropping support. It's likely that things will continue to work for some time, but we'll stop running tests and will be removing linter workarounds and pyupgrade stuff.

Todo list:

  • remove python 3.8 from testing.yml
  • remove any package workarounds that reference python 3.8 (there's some in dev-requirements.txt for sure)
  • change configuration for pyupgrade in .pre-commit-config.yaml
  • look through code to see if we have other python 3.8 specific workarounds that should be flagged for eventual removal (can set up separate issues for these if we don't want to pull them out right away). There might be a couple in the tests specifically.

This should be pretty easy to do, the only reason I'm not flagging it as a good first issue is that I'm going to be swamped this week so I won't have time to walk someone through it beyond what's written here. Anyone should feel welcome to pick this up OR speak now on this issue if you absolutely need us to keep 3.8 support a bit longer.

@terriko terriko changed the title ci: remove python 3.8 from officially supprorted ci: remove python 3.8 support Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant