-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
v5.x: Add Python 3.5 and 3.6 tests on Linux #1909
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a backport of #1903 to 5.x, I think, but it shouldn't contain the docs, they don't seem applicable.
@cclauss the point of keeping a v5.x branch is to keep it like the current published version, accepting only Python 2. Or am I missing something? Here, it makes sense to add testing to Travis. its behind the However, the README changes look wrong - Python 3 is not supported here, and it's not supposed to be. Unless I'm wrong, the README changes should be removed from this PR. |
Reverted all changes to README.md. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending CI and Travis
PR-URL: #1909 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
fantastic, landed in 3834156 |
Checklist
npm install && npm test
passesDescription of change
As requested at #1905 (comment) this PR features #1903 -like changes but this PR is based on the v5.x branch and is intended to land in the v5.0.5 release.
The Travis changes mean that we are now testing on Python 2.7, 3.5, 3.6, and 3.7 os on Unix and macOS we will support all four. On Windows, we are not recommending the use of Micorsoft's Python so this release will only support legacy Python on Windows.