Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 2.6 is deprecated #13

Open
j-maas opened this issue Mar 8, 2018 · 2 comments
Open

Python 2.6 is deprecated #13

j-maas opened this issue Mar 8, 2018 · 2 comments

Comments

@j-maas
Copy link
Contributor

j-maas commented Mar 8, 2018

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
Copy link

hugovk commented Mar 8, 2018

👍

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
Copy link

hugovk commented Mar 8, 2018

Feedback welcome on PR #14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants