-
Notifications
You must be signed in to change notification settings - Fork 13
Drop Python 3.9 #338
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
Drop Python 3.9 #338
Conversation
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #338 +/- ##
=======================================
Coverage 70.03% 70.03%
=======================================
Files 13 13
Lines 1325 1325
Branches 114 114
=======================================
Hits 928 928
Misses 372 372
Partials 25 25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixed 11 errors:
- src/unihan_etl/__main__.py:
1 × UP007 (non-pep604-annotation-union)
1 × UP035 (deprecated-import)
1 × UP045 (non-pep604-annotation-optional)
- src/unihan_etl/core.py:
1 × I001 (unsorted-imports)
1 × UP035 (deprecated-import)
- src/unihan_etl/expansion.py:
1 × I001 (unsorted-imports)
1 × UP035 (deprecated-import)
- src/unihan_etl/types.py:
1 × I001 (unsorted-imports)
1 × UP035 (deprecated-import)
- tests/_internal/test_app_dirs.py:
1 × UP007 (non-pep604-annotation-union)
- tests/test_expansion.py:
1 × UP035 (deprecated-import)
Found 12 errors (11 fixed, 1 remaining).
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).
- Add explicit strict=False to zip() calls to satisfy B905 linter check
- Convert f-string logging statements to % formatting for better logging performance (G004 fix) This commit applies unsafe ruff fixes from --unsafe-fixes including: - Logging format improvements - Type annotation modernization All tests passing after changes.
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.
Changes
Drop Python 3.9
EOL of 2025-10-31.
See also: