Building fails with setuptools >= 58
Closed this issue · 0 comments
akx commented
Setuptools 58.0 (4 Oct 2021) deprecated use_2to3
, so the package no longer builds correctly.
Considering Python 2 has been EOL for a long, long time it would probably be worth it to 2to3/modernize this package to target e.g. Python 3.6+ only, and configure setup accordingly?