vmprof / vmprof-python

vmprof - a statistical program profiler
https://vmprof.readthedocs.io
Other
432 stars 55 forks source link

Remove Python 2 support #260

Closed alexfikl closed 2 months ago

alexfikl commented 7 months ago

This started just to remove the six dependency, but includes some additional cleanups.

In setup.py vmprof advertises python_requires='>=3.6, <3.12' so these should all be safe. Let me know if you want them split up or anything else!

mattip commented 2 months ago

This code is used by PyPy as well, which still needs python2 support for strange reasons. Unless the code becomes unmaintainable, I would prefer to keep it as-is, thanks.

alexfikl commented 2 months ago

Fair enough. Thanks for taking a look anyway!