Fix Python version requirements in pyproject.toml#9421
Merged
asi1024 merged 3 commits intoOct 15, 2025
Merged
Conversation
- Remove Python 3.9 classifier from pyproject.toml - Update requires-python to >=3.10 in pyproject.toml - Update v14 compatibility matrix in docs to show 3.10~ - Update GitHub pretest workflow to use Python 3.10 Co-authored-by: kmaehashi <[email protected]>
Member
Author
|
/test skip |
pyproject.toml
Member
Author
|
/test skip |
asi1024
approved these changes
Oct 15, 2025
kmaehashi
commented
Oct 15, 2025
Comment on lines
+143
to
+149
| "UP007", # [*] Use `X | Y` for type annotations | ||
| "UP031", # printf-string-formatting | ||
| "UP032", # f-string | ||
| "UP035", # [*] Import from `collections.abc` instead: `Callable` | ||
| "UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)` | ||
| "UP041", # [*] Replace aliased errors with `TimeoutError` | ||
| "UP045", # Use `X | None` for type annotations |
Member
Author
There was a problem hiding this comment.
Let's remove these ignores in a separate PR.
This was referenced Oct 15, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #9405.