PaulHancock / Aegean

The Aegean source finding program and associated tools
http://aegeantools.rtfd.io/
Other
47 stars 14 forks source link

discontinue support for python versions prior to 3.6 #172

Closed PaulHancock closed 2 years ago

PaulHancock commented 2 years ago

All versions of python 2.x should be no longer supported, and the minimum python version for AegeanTools should be updated to be at least 3.6. This will allow for some more modern python idioms to be used, and to remove the use of SIX module, as well as imports from the future module.