-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore: add Python 3.13 support #95
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #95 +/- ##
==========================================
+ Coverage 90.55% 92.44% +1.88%
==========================================
Files 8 12 +4
Lines 180 463 +283
==========================================
+ Hits 163 428 +265
- Misses 17 35 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ok, this needs to wait for gRPC to support 3.13 grpc/grpc#34922 |
@gruebel, it looks like gRPC now supports Python 3.13! |
Nice, giving it a try. |
Will this work without |
Yeah, it should work without now. |
Signed-off-by: gruebel <[email protected]>
Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Federico Bond <[email protected]>
438c983
to
d11fbc9
Compare
No description provided.