Skip to content

DEP: drop support for CPython 3.9 #567

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

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

neutrinoceros
Copy link
Member

Close #519

@neutrinoceros neutrinoceros added this to the 3.1.0 milestone Mar 13, 2025
@neutrinoceros neutrinoceros force-pushed the dep/drop_cp39 branch 2 times, most recently from 3a5f02e to 7cbca60 Compare March 13, 2025 16:26
@@ -98,6 +98,8 @@ exclude = [
ignore = [
"E501",
"B904",
"UP038", # non-pep604-isinstance
"B905", # zip-without-explicit-strict
Copy link
Member Author

Choose a reason for hiding this comment

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

this is temporary, I'll address this rule in a follow up PR

Copy link
Member Author

Choose a reason for hiding this comment

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

(#568)

@neutrinoceros
Copy link
Member Author

ping @jzuhone

@jzuhone jzuhone merged commit eed66a1 into yt-project:main Apr 2, 2025
9 checks passed
@neutrinoceros neutrinoceros deleted the dep/drop_cp39 branch April 2, 2025 14:36
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.

DEP: Can we drop support for Python 3.9 ?
2 participants