vmprof / vmprof-python

vmprof - a statistical program profiler
http://vmprof.com
Other
433 stars 54 forks source link

Remove Python 2 support #260

Open alexfikl opened 4 months ago

alexfikl commented 4 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!