We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
👍
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:
And not used. Here's the pip installs for pyopenmensa from PyPI for last year:
Source: pypinfo --start-date -372 --end-date -8 --percent --pip --markdown pyopenmensa pyversion
pypinfo --start-date -372 --end-date -8 --percent --pip --markdown pyopenmensa pyversion
https://en.wikipedia.org/wiki/CPython#Version_history
Sorry, something went wrong.
Feedback welcome on PR #14.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: