-
Notifications
You must be signed in to change notification settings - Fork 88
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
feat: add support for Python 3.11 #466
Conversation
acb6f92
to
6275bb5
Compare
Hi there, it doesn't seem like you're working with Google. Could you open a GitHub issue first? |
That's right; I do work with Google. I will open an issue. I followed #284 when creating this PR, which also did not have an accompanying issue. |
6275bb5
to
6556f1b
Compare
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
6556f1b
to
34b87dc
Compare
The
|
If it's okay with you, I would rebase my PR onto the current main. That should solve the Commit message did not follow Conventional Commits error. |
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 found that the minimum version of grpcio
is 1.49.1 for python 3.11. I've updated the setup.py to reflect that.
Thanks @ziegenberg! |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #467 🦕