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 support for deprecated Python version 3.8 #230

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

mdomke
Copy link
Owner

@mdomke mdomke commented Nov 11, 2024

Python 3.8 is officially not supported anymore since October 2024. Removing support for this version, allows us to use more modern syntax features and keep the code up to speed with the development of the language.

Python 3.8 is officially not supported anymore since October 2024.
Removing support for this version, allows us to use more modern syntax
features and keep the code up to speed with the development of the language.
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.36%. Comparing base (7385683) to head (a8a0ee1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #230      +/-   ##
==========================================
- Coverage   92.87%   92.36%   -0.52%     
==========================================
  Files          22       22              
  Lines        1221     1218       -3     
  Branches       95       95              
==========================================
- Hits         1134     1125       -9     
- Misses         70       75       +5     
- Partials       17       18       +1     

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

@mdomke mdomke merged commit 0df8709 into main Nov 11, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant