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

refactor!: Drop python 3.7 support #343

Merged
merged 2 commits into from May 29, 2023
Merged

refactor!: Drop python 3.7 support #343

merged 2 commits into from May 29, 2023

Conversation

tony
Copy link
Member

@tony tony commented May 29, 2023

Extracted from #324

Fixes #344

@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Merging #343 (245dfc3) into master (5f76d5a) will not change coverage.
The diff coverage is 77.77%.

@@           Coverage Diff           @@
##           master     #343   +/-   ##
=======================================
  Coverage   84.03%   84.03%           
=======================================
  Files          18       18           
  Lines         526      526           
=======================================
  Hits          442      442           
  Misses         84       84           
Impacted Files Coverage Δ
src/cihai/conversion.py 87.35% <0.00%> (ø)
src/cihai/config.py 74.07% <100.00%> (ø)
src/cihai/core.py 92.45% <100.00%> (ø)
src/cihai/db.py 100.00% <100.00%> (ø)
src/cihai/extend.py 95.00% <100.00%> (ø)

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

pyupgrade src/cihai/**/*.py tests/**/*.py --py38-plus; make black ruff
@tony tony merged commit f366c57 into master May 29, 2023
8 checks passed
@tony tony deleted the drop-python-3.7 branch May 29, 2023 11:38
tony added a commit that referenced this pull request May 29, 2023
See also:
- #343: Drop Python 3.7
- #324: Strict mypy typings
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.

Drop Python 3.7
1 participant