Open aboe76 opened 5 years ago
If enum34 is a requirement of reclass, then reclass would not be able to support Python 3.6 / 3.7, since the lib enum34 is not compatible with Python 3.6 and later versions.
Possible solution: https://gitlab.com/pycqa/flake8/merge_requests/191/diffs
If enum34 is a requirement of reclass, then reclass would not be able to support Python 3.6 / 3.7, since the lib enum34 is not compatible with Python 3.6 and later versions.