Remove outdated Python2 code#197
Conversation
Remove `six` package
8bebb8d to
1849bc4
Compare
|
imagehash had Python 2 support much longer than other packages, and it helped a number of users stuck on ancient systems that do not receive updates. I had PRs from several people over the years trying to remove it and calling it outdated. Unfortunately it has basically become impossible to run CI against such old versions now. So I think we may have to go with the times and say goodbye to Python 2 support at this point and recommend the affected users to use old versions. |
|
Hi @Rotzbua, sorry for picking this up so late. I'd be happy to merge this, but I see that there is a conflict. Can you please fix it? |
|
I think it should first be clearly defined which python versions are supported 219 before migrations to a current modern python code are implemented. |
Change
sixpackage