mirror of https://github.com/grpc/grpc.git
[Bazel Python3.11] Update Bazel dependencies for Python 3.11 (#33318)
We just found out that our current Bazel setup does not support Python 3.11. Thus PR updates some dependencies to allow using Bazel in Python 3.11. Cython: * Cython [backported Python 3.11 support change to 0.29x](https://github.com/cython/cython/issues/4500), but it appears that the Cython version we are using in Bazel does not include the fix, so we're using the latest stable version instead. Gevent: * The first version of gevent that supports [Python 3.11 is 22.08.0](https://github.com/gevent/gevent/issues/1903#issuecomment-1303227507). #### Testing * Tested locally using Python 3.11 virtual environment, was able to reproduce the issue and verified that those changes were able to fix it.pull/33325/head^2
parent
87afec2696
commit
0c6902e32e
2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue