pycallgraph
pycallgraph copied to clipboard
Documentation should place upper bound on usable python version
Due to a change in the asyncio
API, the library doesn't work for python version >= 3.11, as the line from asyncio import coroutine
will fail. Instead of just saying it works for python versions 3.7+, it should say >=3.7 and <3.11.