26 Feb
2019
26 Feb
'19
5:37 p.m.
On Tue, Feb 26, 2019 at 05:28:19PM +0100, Moises Guimaraes de Medeiros wrote:
So, at this point, is it OK to have projects running against both py35 and py37 and considering py36 covered as being included in the interval?
Also about the lowest supported version, I think that is the one that should be stated in the envlist of tox.ini to fail fast during development.
In my opinion, the py35 jobs should all be dropped. The official runtime for Stein is py36, and the upcoming runtime is py37, so it doesn't add much value to be running py35 tests at this point. Sean