-
Notifications
You must be signed in to change notification settings - Fork 8
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
Lower Python version requirement to 3.10 #230
Merged
Merged
Commits on Nov 12, 2024
-
refactor: import Self from typing_extensions
for Python 3.10 compatibility.
Configuration menu - View commit details
-
Copy full SHA for 19657dd - Browse repository at this point
Copy the full SHA 19657ddView commit details -
refactor: import NotRequired from typing_extensions
for Python 3.10 compatibility.
Configuration menu - View commit details
-
Copy full SHA for 01635a9 - Browse repository at this point
Copy the full SHA 01635a9View commit details -
build: add tomli for Python earlier than 3.11
The stdlib `tomllib` module was based on tomli, so pull it in for supporting Python 3.10 and earlier versions (if needed).
Configuration menu - View commit details
-
Copy full SHA for ae16c31 - Browse repository at this point
Copy the full SHA ae16c31View commit details -
refactor: explicitly type LGPL_MODULES as Iterable[str]
Otherwise its current empty content makes pyright scream at the conditional block below (the condition being False makes the "content" being iterated over being Never).
Configuration menu - View commit details
-
Copy full SHA for ffcef0f - Browse repository at this point
Copy the full SHA ffcef0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3ac9f - Browse repository at this point
Copy the full SHA 3a3ac9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 943ecf4 - Browse repository at this point
Copy the full SHA 943ecf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8bcc1b - Browse repository at this point
Copy the full SHA b8bcc1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fff41f5 - Browse repository at this point
Copy the full SHA fff41f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a96c7c - Browse repository at this point
Copy the full SHA 0a96c7cView commit details
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.