-
Notifications
You must be signed in to change notification settings - Fork 3
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
Test for older python versions. #61
Conversation
d8875d5
to
e1e2b1c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/legacy #61 +/- ##
==================================================
+ Coverage 87.28% 87.53% +0.25%
==================================================
Files 33 36 +3
Lines 2626 2856 +230
Branches 314 345 +31
==================================================
+ Hits 2292 2500 +208
- Misses 280 295 +15
- Partials 54 61 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Python<3.9 requires |
We have to rename cls argument to device class. For 3.7, setup tools makes problems |
5f2691d
to
aabacc4
Compare
aabacc4
to
5bb6f25
Compare
15e90c7
to
5c48bea
Compare
5c48bea
to
3c5f810
Compare
|
Just to test old python versions (Py 3.7, Py 3.8)