Skip to content

Conversation

@vedpawar2254
Copy link
Contributor

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

- 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

@terriko
Copy link
Contributor

terriko commented May 29, 2025

Updating the branch for the tests; sorry this one fell off my radar!

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