pycallgraph icon indicating copy to clipboard operation
pycallgraph copied to clipboard

Documentation should place upper bound on usable python version

Open benbellick opened this issue 10 months ago • 0 comments

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.

benbellick avatar Apr 25 '24 21:04 benbellick