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 python<=3.7 support #2030

Merged
merged 3 commits into from Apr 29, 2024
Merged

drop python<=3.7 support #2030

merged 3 commits into from Apr 29, 2024

Conversation

kloczek
Copy link
Contributor

@kloczek kloczek commented Apr 25, 2024

What does this change

According to https://endoflife.date/python python 3.7 has been EOSed at 7 Jun 2023.

  • filter all code over pyupgrade --py38-plus.
  • manual cleanups removing some older python version code
  • filter all code over ruff to remove unused imports

According to https://endoflife.date/python python 3.7 has been EOSed
at 7 Jun 2023.
Filter all code over `pyupgrade --py38-plus`.

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
Filter all code over `ruff check --fix`.

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
Copy link
Collaborator

@fcurella fcurella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! ✨

@fcurella fcurella merged commit d6c0814 into joke2k:master Apr 29, 2024
28 checks passed
@kloczek
Copy link
Contributor Author

kloczek commented Apr 29, 2024

Thank yo uas well 👍 😄

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.

None yet

2 participants