FATSLiM / fatslim

Main code repository for FATSLiM
GNU General Public License v3.0
21 stars 10 forks source link

Drop support for python 2.x #8

Open seb-buch opened 5 years ago

seb-buch commented 5 years ago

Python 2.7 will reach its end of life in January 2020 and this will be the last python 2 version (See https://www.python.org/dev/peps/pep-0373/). All python 2 specific code should remove and all internal objects (eg in cython code) must match the python 3 ones (eg unicode for strings...)