mgedmin / objgraph

Visually explore Python object graphs
http://mg.pov.lt/objgraph/
MIT License
753 stars 72 forks source link

Drop Python 2 support #74

Closed mgedmin closed 1 year ago

mgedmin commented 1 year ago

The primary reason is that the surrounding Python 2 infrastructure is crumbling (e.g. I can't run tox -e py27 any more because the current virtualenv releases no longer support creating virtualenvs for Python 2).