polyglot icon indicating copy to clipboard operation
polyglot copied to clipboard

Drop support for python3.4, 3.5

Open Kilo59 opened this issue 7 years ago • 0 comments

To ease future development and especially to support making Polyglot Windows compatible in the future I would consider dropping support for Python3.4 and 3.5.

Specifically, a useful step would be to make failures in the Travis CI for Python3.4 and Python3.5 optional. See this example... https://github.com/CamDavidsonPilon/lifelines/blob/master/.travis.yml

Mostly I'm thinking about the improvements to the pathlib library in python 3.6 that should make compatibility on windows easier to implement if you don't have to worry about older versions of pathlib in 3.4/3.5.

Kilo59 avatar Dec 17 '18 23:12 Kilo59