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

Drop Python 3.8 #323

Merged
merged 9 commits into from
Dec 21, 2024
Merged

Drop Python 3.8 #323

merged 9 commits into from
Dec 21, 2024

Conversation

tony
Copy link
Member

@tony tony commented Dec 21, 2024

Problem

Python 3.8 reached end-of-life on October 7th, 2024 (see devguide.python.org, Status of Python Versions, Unsupported versions)

Changes

Drop Python 3.8

Ruff fixes via ruff 0.8.4

ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .

cihai: Bump minimum version to 0.35.0 (#323)

Requires Python 3.9.

Updates unihan-etl to 0.37.0, which also requires Python 3.9.

Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.37%. Comparing base (ca341ba) to head (b3844f9).
Report is 10 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #323   +/-   ##
=======================================
  Coverage   75.37%   75.37%           
=======================================
  Files           5        5           
  Lines         268      268           
=======================================
  Hits          202      202           
  Misses         66       66           

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

tony added 5 commits December 21, 2024 05:31
ruff check . --select ALL --fix --unsafe-fixes --preview --show-fixes --ignore T201 --ignore PT014 --ignore RUF100; ruff format .;

Fixed 9 errors:
- docs/conf.py:
    6 × UP006 (non-pep585-annotation)
- src/cihai_cli/cli.py:
    1 × UP006 (non-pep585-annotation)
- tests/conftest.py:
    2 × RUF052 (used-dummy-variable)

Found 59 errors (9 fixed, 50 remaining).
7 files left unchanged
@tony tony force-pushed the remove-python-3.8 branch 2 times, most recently from def0312 to 2a73182 Compare December 21, 2024 11:50
@tony tony force-pushed the remove-python-3.8 branch from 2a73182 to 196a2d9 Compare December 21, 2024 12:05
@tony tony force-pushed the remove-python-3.8 branch from 196a2d9 to b3844f9 Compare December 21, 2024 12:08
@tony tony merged commit 4d8140e into master Dec 21, 2024
9 checks passed
@tony tony deleted the remove-python-3.8 branch December 21, 2024 12:11
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.

1 participant