mirror of https://github.com/grpc/grpc.git
In Cython 3, cdef functions that really will not raise exceptions must be declared as `noexcept`. Fixed by this commit. Update requirements to `cython >= 3.0` in requirements*.txt and setup.py. Fixes issue #33918.pull/35995/head
parent
ad06808bf6
commit
b3277bac15
9 changed files with 15 additions and 15 deletions
@ -1,5 +1,5 @@ |
|||||||
# GRPC Python setup requirements |
# GRPC Python setup requirements |
||||||
coverage>=4.0 |
coverage>=4.0 |
||||||
cython>=0.29.8,<3.0.0rc1 |
cython>=3.0.0 |
||||||
protobuf>=4.21.3,<5.0dev |
protobuf>=4.21.3,<5.0dev |
||||||
wheel>=0.29 |
wheel>=0.29 |
||||||
|
Loading…
Reference in new issue