Remove python 2 support
rwedge opened this issue · 2 comments
rwedge commented
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
Additionally we should support only 3.7 and above.
Our CI workflows will need to be updated as well.
rwedge commented
now requires 3.7 or higher