sumerc / yappi

Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.
MIT License
1.44k stars 72 forks source link

Python run `gevent` tests on CI for `3.11` #117

Open sumerc opened 1 year ago

sumerc commented 1 year ago

Currently gevent tests are excluded for 3.11 as it is not compiling on 3.11 yet

from https://github.com/sumerc/yappi/pull/107

Include them once gevent released on 3.11.