Uh oh!
There was an error while loading. Please reload this page.
v5.x: Add Python 3.5 and 3.6 tests on Linux - #1909
Conversation
sam-github
left a comment
There was a problem hiding this comment.
This is a backport of #1903 to 5.x, I think, but it shouldn't contain the docs, they don't seem applicable.
Uh oh!
There was an error while loading. Please reload this page.
joaocgreis
commented
Oct 3, 2019
@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. |
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>
rvagg
commented
Oct 4, 2019
fantastic, landed in 3834156 |
Checklist
npm install && npm testpassesDescription 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.