alteryx/autonormalize

Remove python 2 support

rwedge opened this issue · 2 comments

Python 2 is no longer officially supported, we need to remove python 2 from the setup.py list of supported pythons, and check for python 2 code elsewhere we should remove.

Additionally we should support only 3.7 and above.
Our CI workflows will need to be updated as well.

now requires 3.7 or higher