tslearn icon indicating copy to clipboard operation
tslearn copied to clipboard

Dropping support for Python 3.5

Open felixdivo opened this issue 5 years ago • 2 comments

As mentioned in #191, we might consider dropping support for python 3.5. It reached EOL and, for example, numpy is already dropping it (see here).

[Github accidentally flagged it as a feature since I used the template for that.]

felixdivo avatar Dec 12 '20 11:12 felixdivo

I'd also add a badge like this to document the currently supported Python version:

Python 3.6+

Code:

    <a href="https://www.python.org/downloads/releases">
        <img alt="Python 3.6+" src="https://img.shields.io/badge/python-3.6+-blue.svg">
    </a>

felixdivo avatar Dec 12 '20 11:12 felixdivo

Maybe we could announce when releasing our next version (pretty soon hopefully) that this will be the last release supporting python 3.5

rtavenar avatar Dec 13 '20 17:12 rtavenar