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

Fix compat for Python 3.9-3.11 #35

Merged
merged 9 commits into from
Jan 11, 2025
Merged

Fix compat for Python 3.9-3.11 #35

merged 9 commits into from
Jan 11, 2025

Conversation

outloudvi
Copy link
Owner

fixes #34

@outloudvi outloudvi added the bug Something isn't working label Jan 11, 2025
@outloudvi outloudvi self-assigned this Jan 11, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 11, 2025

Codecov Report

Attention: Patch coverage is 67.44186% with 14 lines in your changes missing coverage. Please review.

Project coverage is 81.32%. Comparing base (8c4fd21) to head (d81fa86).

Files with missing lines Patch % Lines
mw2fcitx/fetch.py 36.36% 7 Missing ⚠️
mw2fcitx/dictgen/pinyin.py 66.66% 3 Missing ⚠️
mw2fcitx/main.py 0.00% 2 Missing ⚠️
mw2fcitx/build_dict.py 66.66% 1 Missing ⚠️
tests/lib/test_utils.py 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   81.37%   81.32%   -0.06%     
==========================================
  Files          18       18              
  Lines         494      498       +4     
  Branches       77       83       +6     
==========================================
+ Hits          402      405       +3     
- Misses         71       73       +2     
+ Partials       21       20       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@outloudvi outloudvi merged commit 1eda3f6 into master Jan 11, 2025
7 checks passed
@outloudvi outloudvi deleted the fix/i-34 branch January 11, 2025 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

升级至 0.15.0 版本及以上后出现 unrecognized arguments 及 SyntaxError: unterminated string literal
2 participants