Turbo87 / aerofiles

waypoint, task, tracklog readers and writers for aviation

Home Page:http://aerofiles.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dropping python2.6 and python3.3 support?

GliderGeek opened this issue · comments

these old python versions are tripping up travis-ci test
i don't really feel like digging into this and put a lot of effort into the continuous support of these old versions.

@Turbo87: what do you think?

seems okay to me as long as we do a major version bump when we release this

yeah, makes sense.
can we detect it when people use 2.6 and raise a deprecation warning?
that way we can warn people with a minor version bump

it's probably possible, though I don't know what the best practice for that in the Python ecosystem is

has been implemented in 44afce9