-
Notifications
You must be signed in to change notification settings - Fork 100
Add python 3.14 support #2161
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
base: master
Are you sure you want to change the base?
Add python 3.14 support #2161
Conversation
| test: grpcio == 1.75.1 # Compatible with Python 3.14; should be backwards compatible with grpcio-tools 1.59.0 | ||
| test: protobuf == 5.27.2 # Compatible with Python 3.14; should be backwards compatible with grpcio-tools 1.59.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.
I hope this backwards compatibility thing is still true with the bumped versions. I guess we'll find out from the unit tests.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2161 +/- ##
=======================================
Coverage 90.07% 90.08%
=======================================
Files 71 71
Lines 18666 18666
=======================================
+ Hits 16814 16815 +1
+ Misses 1852 1851 -1
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
[ ] I've updated CHANGELOG.md if applicable.[ ] I've added tests applicable for this pull requestWhat does this Pull Request accomplish?
Add support for Python 3.14.
List issues fixed by this Pull Request below, if any.
None
What testing has been done?
PR Checks