-
Notifications
You must be signed in to change notification settings - Fork 16
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
chore: Drop Python 3.8 support. Add Python 3.13 support. Update CI/dev dependencies. #197
Conversation
Update CI/dev dependencies
I don't exactly know what causes it, but for some reason installing I decided to get rid of |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #197 +/- ##
=======================================
- Coverage 98.7% 96.5% -2.2%
=======================================
Files 3 3
Lines 482 966 +484
=======================================
+ Hits 476 933 +457
- Misses 6 33 +27
|
Looks like Codecov was broken for a while due to the outdated action. It just happened to complain loudly in some cases now, where previously it failed silently. The new version seems to work even for tokenless upload with rate limits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Feel free to move the mypy config too 👍
Might also be worth to move the mypy config from
setup.cfg
topyproject.toml
.