-
Notifications
You must be signed in to change notification settings - Fork 157
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
Include Python version 3.10 and remove 3.6 in CI #566
Conversation
Codecov Report
@@ Coverage Diff @@
## main #566 +/- ##
=======================================
- Coverage 93.8% 93.7% -0.1%
=======================================
Files 40 40
Lines 3057 3057
=======================================
- Hits 2870 2867 -3
- Misses 187 190 +3
|
Oh shoot, sorry I didn't check deeply! Regarding the failing ubuntu-test e.g. the following error:
It seems like the whitespace in line 359 |
This TypeError is the very thing that #557 is meant to address. |
This PR includes Python version 3.10 and removes Python version 3.6 in CI.
Closes #532
How to review
PR checklist