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 syntax that was only required for py < 3.7 #384

Closed
wants to merge 1 commit into from
Closed

Drop syntax that was only required for py < 3.7 #384

wants to merge 1 commit into from

Conversation

WhyNotHugo
Copy link
Contributor

find . -iname "*.py" -exec pyupgrade --py37-plus {} \;

    find . -iname "*.py" -exec pyupgrade --py37-plus {} \;
@niccokunzmann
Copy link
Member

@WhyNotHugo It would go to the master branch - the 4.x branch keeps backward compatibility for fixes that people might want to apply.

@niccokunzmann
Copy link
Member

I will notify you when the PR #381 is merged because that will create the tests so that we can test and merge fast instead of all this back and forth. Sorry for that!

@niccokunzmann
Copy link
Member

merged as #376

@WhyNotHugo
Copy link
Contributor Author

Oh, I think I misunderstood the intent of 4.x.

@WhyNotHugo WhyNotHugo deleted the 4.x branch August 19, 2022 17:59
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