-
Notifications
You must be signed in to change notification settings - Fork 72
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 support for python 3.7, add testing for python 3.10 #383
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #383 +/- ##
==========================================
+ Coverage 88.94% 89.09% +0.14%
==========================================
Files 68 68
Lines 3337 3337
Branches 653 657 +4
==========================================
+ Hits 2968 2973 +5
+ Misses 298 288 -10
- Partials 71 76 +5 ☔ View full report in Codecov by Sentry. |
This PR follows Dask's dropping of python 3.7 support and migration to supporting 3.10 by doing the same here.