-
Notifications
You must be signed in to change notification settings - Fork 94
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 support #499
Conversation
Note I also removed some old multiprocessing import code in setup.py that said it could be removed when Python 2 support was dropped. |
Codecov Report
@@ Coverage Diff @@
## main #499 +/- ##
=======================================
Coverage 94.33% 94.33%
=======================================
Files 74 74
Lines 12947 12947
=======================================
Hits 12214 12214
Misses 733 733
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Gnaah. Don't know what I did there. But LGTM. One thought I had was that maybe the |
I'm noticing codecov is complaining of lost coverage in the multiprocessing parts ( |
The problem is that |
Ah, right. That'd get complicated and confusing quickly. So yeah, lets stay in sync with the CI. |
It's what all the cool kids are doing.