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

Teardown all < py3.7 code #111

Closed

Conversation

dannysepler
Copy link

@dannysepler dannysepler commented Jul 11, 2022

py3.6 and before is deprecated now. this is a new repo to me, so let me know if i missed something!

i started with pyupgrade --py37-plus autoflake.py etc, and then did some modifications manually

Copy link
Collaborator

@fsouza fsouza left a comment

Choose a reason for hiding this comment

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

Thanks for contributing! I just finished migrating CI to GitHub Actions, would you mind rebasing your PR? Then I can merge it.

fsouza added a commit that referenced this pull request Aug 23, 2022
Also run it in CI. Not adding pyupgrade here, as this will likely be
done in #111.

Aside from reorder-python-imports, I'm not adding any formatters (even
though I truly like black and add-trailing-comma).
fsouza added a commit that referenced this pull request Aug 24, 2022
Python 3.6 (and 2) are no longer supported, so we can require Python 3.7
and drop all the legacy stuff.

Supersedes #111.
@fsouza fsouza mentioned this pull request Aug 24, 2022
fsouza added a commit that referenced this pull request Aug 24, 2022
Python 3.6 (and 2) are no longer supported, so we can require Python 3.7
and drop all the legacy stuff.

Supersedes #111.
@fsouza fsouza closed this in #122 Aug 24, 2022
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