-
Notifications
You must be signed in to change notification settings - Fork 63
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
Upgrade min python requirement to 3.8 #1794
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1794 +/- ##
==========================================
- Coverage 79.58% 73.30% -6.29%
==========================================
Files 372 258 -114
Lines 20289 13611 -6678
==========================================
- Hits 16148 9978 -6170
+ Misses 4141 3633 -508
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
pyproject.toml
Outdated
@@ -30,14 +29,15 @@ websocket-client = ">=0.35.0, !=1.0.0" | |||
urllib3 = "*" | |||
swagger-spec-validator = ">=2.7.4" | |||
protobuf = "^4.0.0" | |||
grpcio = ">=1.0.0" |
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.
Let's use ^1.0.0
Before submitting checklist