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

Remove python 2 compatible module / imports #278

Merged
merged 5 commits into from Aug 20, 2022
Merged

Remove python 2 compatible module / imports #278

merged 5 commits into from Aug 20, 2022

Conversation

tony
Copy link
Member

@tony tony commented Aug 20, 2022

Python 2.x was officially dropped in 0.7.0 (2021-06-15) via #278

This was from cihai itself, it means we'll want to be strict about dependencies, 0.14.0+ of cihai won't have the PY2 import anymore.

cihai/unihan-etl#258, cihai/unihan-db#299, cihai/cihai#325, #278

This was from cihai itself, it means we'll want to be strict about
dependencies, 0.14.0+ of cihai won't have the PY2 import anymore.
@codecov
Copy link

codecov bot commented Aug 20, 2022

Codecov Report

Merging #278 (2708fa4) into master (3c76061) will increase coverage by 0.77%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #278      +/-   ##
==========================================
+ Coverage   74.67%   75.44%   +0.77%     
==========================================
  Files           5        5              
  Lines         229      224       -5     
==========================================
- Hits          171      169       -2     
+ Misses         58       55       -3     
Impacted Files Coverage Δ
cihai_cli/__about__.py 100.00% <100.00%> (ø)
cihai_cli/cli.py 71.01% <100.00%> (+2.09%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

tony added a commit to cihai/unihan-etl that referenced this pull request Aug 20, 2022
Python 2 compatibility was officially removed in 0.12.0 (2021-06-15)

**#258, cihai/unihan-db#299, cihai/cihai#325, cihai/cihai-cli#278
tony added a commit to cihai/unihan-db that referenced this pull request Aug 20, 2022
tony added a commit to cihai/cihai that referenced this pull request Aug 20, 2022
@tony tony merged commit 152e307 into master Aug 20, 2022
@tony tony deleted the rm-py2-compat branch August 20, 2022 15:30
tony added a commit to cihai/unihan-etl that referenced this pull request Sep 2, 2023
Python 2 compatibility was officially removed in 0.12.0 (2021-06-15)

**#258, cihai/unihan-db#299, cihai/cihai#325, cihai/cihai-cli#278
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant