Skip to content

refactor: Fixes #4578 #4938

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

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

Conversation

vedpawar2254
Copy link
Contributor

Removed python 3.8 support.
Happy to make any changes if are required.
Thanks

@@ -26,7 +26,7 @@ repos:
hooks:
- id: pyupgrade
exclude: ^fuzz/generated/
args: ["--py38-plus"]
args: ["--py312-plus"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
args: ["--py312-plus"]
args: ["--py39-plus"]

We actually do want to keep this at py39-plus since we still support python 3.9. This may result in you having to make some other fixes below.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done 👍

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

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

Looks like dev-requirements.txt got a bit messed up, probably because this PR is old and there's been some other changes in there (both version bumps and alphabetization), but I don't want to revert a bunch of versions. Can you take that file out of this PR and we'll deal with taking out the < 3.8 stuff some other time? It's either that or rebase and then manually fix it, but I'm pretty sure it'll be easier to just do it separately.

@vedpawar2254
Copy link
Contributor Author

Yeah sure thing 👍

@vedpawar2254
Copy link
Contributor Author

I think it should be good now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants