-
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
Add Python 3.11 Support #1903
Add Python 3.11 Support #1903
Conversation
I cancelled the checks because I currently expect them to fail. Updates to nimibot adding Python 3.11 are implemented in an internal PR, but deployment is currently failing. |
I am excluding grpcio 1.53 from our test dependencies to fix the win32 system test failures. |
I will await the merge of #1917 to avoid dirtying this commit with an unrelated change. |
…nto add-python-3.11-support
Waiting on Travis CI run. |
Travis CI run completed. Merging. |
What does this Pull Request accomplish?
Adds official Python 3.11 support to nimi-python through testing.
List issues fixed by this Pull Request below, if any.
What testing has been done?
None