mirror of https://github.com/grpc/grpc.git
A breaking C-level API change was made in Python 3.9 which old versions of Cython cannot handle. Since Bazel prescribes a single version of dependency instead of ranges, like in setuptools, we must update this to keep our downstream users working properly. As a side note, since it was a point of confusion while debugging this, interpreter versions installed by pyenv must be set *globally* rather than just locally for Bazel to pick them up, since local pyenv configuration will not be picked up from within the sandbox.pull/25221/head
parent
874eaae07f
commit
269333ca85
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue