Commit 822a925
committed
github actions: user newer cython versions
`setup.py` is pinning to use `Cython>=0.20,!=0.25,<0.30`
code generated form those old versions is not compiling anymore with python3.13
in turn it cause libev part to be missing in the driver, which surface
other issue with asyncio eventloop we currently use as default
in this chnage we pin to newer version of cython when we build
the wheel
Ref: #4091 parent 63dcd36 commit 822a925
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
0 commit comments