-
Notifications
You must be signed in to change notification settings - Fork 54
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
Drop Python 2.6, 3.2, and 3.3 from Travis CI #42
Comments
great idea, should be have been done ages ago IMHO. |
Not dropping support. Honestly I'd like to test on older versions of python (2.4, 2.5) as well if possible. Chevron was made because pystache didn't support archaic versions of python. Chevron's goals in order are python compatibility, spec compatibility, speed. Obviously nobody should be choosing to use old versions of python in their new projects, but this library is for those who are forced to use old versions just as much as it is for those who have the ability to choose whatever language they want. I will however fix the Travis CI (with your help, thanks for the PR's), because it being red is obviously bad (and was hiding flake8 errors I had merged in). |
Reasonable. Thank's for the feedback. Looking forward to a green CI badge. (And to a new pypi release perhaps?) |
How about 0.13.1? |
Perfect! |
Diagnostics for the Python 2.6 job:
Diagnostics for the Python 3.2 and 3.3 jobs:
In the first case, coveralls cannot be installed anymore (because of a dependency), while in the last two cases, tox fails (because setuptools has dropped support for Python 3.3 since v40.0.0). It might be possible to get some of the job running with workarounds (e.g., by disabling coveralls for py2.6, or by downgrading setuptools for py3.2 and py3.3), but they are quite old variants unsupported by either the core Python team or by a quite core Python package, so they may not be worth the efforts.
I'd be willing to submit a PR to drop these if you'd agree.
The text was updated successfully, but these errors were encountered: