Closed alexfikl closed 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.
Fair enough. Thanks for taking a look anyway!
This started just to remove the
six
dependency, but includes some additional cleanups.In
setup.py
vmprof
advertisespython_requires='>=3.6, <3.12'
so these should all be safe. Let me know if you want them split up or anything else!