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

maint: Add pyupgrade pre-commit hook #3671

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

mathbunnyru
Copy link
Contributor

No description provided.

rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Python 3.8 is no longer supported, so it makes sense to use at least Python 3.9:
http://endoflife.date/python

@jjerphan jjerphan added the release::ci_docs For PRs related to CI or documentation label Dec 9, 2024
Copy link
Member

@jjerphan jjerphan left a comment

Choose a reason for hiding this comment

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

LGTM given 🟢 CI checks.

Thank you, @mathbunnyru.

@mathbunnyru
Copy link
Contributor Author

@jjerphan CI is green, could you merge please? 🙂

@jjerphan jjerphan merged commit f67914e into mamba-org:main Dec 9, 2024
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release::ci_docs For PRs related to CI or documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants