On 09 Aug 14:55, Daniel Axtens wrote: > Python 3.4 is now out of date, so bump up to 3.5. This is what is > shipped with Ubuntu 16.04, and it's the new stable release. > (Indeed, Ubuntu 16.04 doesn't provide Python 3.4!) > > Django 1.7 doesn't work with 3.5. If you're an old Django, you're > probably better off on 2.7 than a random old 3.x, so let's just > test against 2.7 for those. > > Signed-off-by: Daniel Axtens <[email protected]>
I wasn't able to find the deprecation timeline for Python 3.4 (I didn't try very hard :)), but I did find the one for Ubuntu 14.04 which only provides Python 3.4 afaik. Ubuntu 14.04 is supported until 2020 [1] and is rather widely used. What about keeping Python 3.4 tests and simply adding 3.5? Stephen [1] https://wiki.ubuntu.com/Releases _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
