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

Drop support for out-of-support versions of Python, apply upgrade fixes #1478

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

akx
Copy link

@akx akx commented Aug 13, 2024

setup.py declares that the app supports Pythons down to Python 3.5, but the CI flow doesn't test on that version, and that version has been EOL for multiple years anyway.

This PR hikes the minimum support version to Python 3.8 (which will be EOL in 2 months), and then mechanically applies the Ruff UP (Pyupgrade) auto-fixes.

I tested the app starts fine with these changes, but I'd assume CI/tests will take care of full coverage.

@akx
Copy link
Author

akx commented Oct 1, 2024

Hi @wkentaro – do you have the time to review this (and my other PRs, there's a handful...)?

Thank you for maintaining the software!

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

Successfully merging this pull request may close these issues.

1 participant