Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Python 2.6 and 3.3 are EOL (since 2013-10-29 and 2017-09-29 respectively) and no longer receiving security updates (or any updates) from the core Python team.
They're also failing the CI and little used.
Here's the pip installs for lazy-object-proxy from PyPI for August 2018:
Source:
pypinfo --start-date 2018-08-01 --end-date 2018-08-31 --json lazy-object-proxy pyversion
This PR:
python_requires
to setup.py to help pip install the right package versionThere's still some Coverage-related errors on the CI, but this improves things:
Travis CI before
https://travis-ci.org/hugovk/python-lazy-object-proxy/builds/427327283
Travis CI after
https://travis-ci.org/hugovk/python-lazy-object-proxy/builds/427371253
AppVeyor before
https://ci.appveyor.com/project/hugovk/python-lazy-object-proxy/build/master-3
AppVeyor after
https://ci.appveyor.com/project/hugovk/python-lazy-object-proxy/build/rm-eol-6