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

Move Pyupgrade to python version 3.9 #854

Merged
merged 4 commits into from
Jan 12, 2025
Merged

Conversation

vgrozdanic
Copy link
Contributor

With the new version out, the support for Python 3.8 has been officially dropped (even though unofficially it should still work).

This PR:

  • updates pyupgrade library to upgrade the syntax to match Python 3.9 version (minimal official supported version in this project),
  • runs pyupgrade with --py39-plus option to update the syntax across the whole codebase

@vgrozdanic vgrozdanic marked this pull request as ready for review January 12, 2025 18:42
@vgrozdanic vgrozdanic requested a review from a team January 12, 2025 18:43
Copy link
Member

@50-Course 50-Course left a comment

Choose a reason for hiding this comment

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

lgtm! this addresses the type defs too. Thanks for this. 🚀

@50-Course 50-Course merged commit d9c7331 into master Jan 12, 2025
21 checks passed
@50-Course 50-Course deleted the vgrozdanic/pyupgrade-39 branch January 12, 2025 19:25
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.

2 participants