mswart / pyopenmensa

Python wrapper and helper for openmensa api and feed
http://pyom.devtation.de/
GNU Lesser General Public License v3.0
9 stars 7 forks source link

Python 2.6 is deprecated #13

Open j-maas opened 6 years ago

j-maas commented 6 years ago

As seen in the build at https://travis-ci.org/mswart/pyopenmensa/jobs/350746974#L443, there is a deprecation warning for Python 2.6.

I would suggest removing support and build for that version.

hugovk commented 6 years ago

👍

Python 2.6 has been EOL for over 4 years and is no longer supported by the core Python team.

How about also dropping support for 3.2 and 3.3? They're also EOL:

image

And not used. Here's the pip installs for pyopenmensa from PyPI for last year:

python_version percent download_count
3.4 37.68% 26
2.7 28.99% 20
3.6 23.19% 16
3.5 10.14% 7

Source: pypinfo --start-date -372 --end-date -8 --percent --pip --markdown pyopenmensa pyversion

https://en.wikipedia.org/wiki/CPython#Version_history

hugovk commented 6 years ago

Feedback welcome on PR #14.