Closed idgserpro closed 4 years ago
I had seen that 4.3.21 tag wasn't compatible with Python 2:
https://github.com/timothycrosley/isort/blob/4.3.21/setup.py#L42
But it looks like this was fixed in 4.3.21-2 tag:
https://github.com/timothycrosley/isort/blob/4.3.21-2/setup.py#L43
I tested version 4.3.21 of pypi and it worked.
I made the change here.
Merged, thanks.
Newest versions aren't compatible with Python 2 See:
https://github.com/timothycrosley/isort/blob/2952db41650211984fe64ac0b856881627e55aeb/pyproject.toml#L27