hercules-team / python-augeas

Python bindings for Augeas
GNU Lesser General Public License v2.1
44 stars 31 forks source link

Drop Python 2.6 support #31

Closed thedrow closed 6 years ago

thedrow commented 7 years ago

We'd rather support only modern python versions. For compatibility, users should use an older version. Probably 0.5.

hugovk commented 6 years ago

Perhaps only support 2.7 and 3.4+, the others are all EOL: https://en.wikipedia.org/wiki/CPython#Version_history

I'd also recommend adding classifiers in setup.py, for example: https://github.com/pypa/pip/blob/master/setup.py