alteryx / autonormalize

python library for automated dataset normalization
https://blog.featurelabs.com/automatic-dataset-normalization-for-feature-engineering-in-python/
BSD 3-Clause "New" or "Revised" License
111 stars 16 forks source link

Remove python 2 support #18

Closed rwedge closed 2 years ago

rwedge commented 4 years ago

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.

gsheni commented 2 years ago

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

rwedge commented 2 years ago

now requires 3.7 or higher