sumerc / yappi

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

Remove support of Python 2.7 #145

Closed jcapiitao closed 10 months ago

jcapiitao commented 1 year ago

Python2 is EOL since Jan 1 2020 [1]

[1] https://www.python.org/doc/sunset-python-2/

sumerc commented 10 months ago

We have dropped support in 1.5.1 in another PR. It was related to testing something, so could not merge this one.