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...)
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...)