Re: [scikit-learn] [Scikit-learn-general] Dropping Python 2.6 compatibility
Hi all. Picking up this old thread, I propose we announce that 0.18 is the last release that will support Python 2.6. That will give people some time to think about it between releases. Wdyt? Andy On 01/04/2016 08:28 AM, Gael Varoquaux wrote:
Happy new year everybody,
As a new year resolution, I suggest that we drop Python 2.6 compatibility.
For an argumentation in this favor, see http://www.snarky.ca/stop-using-python-2-6 (I don't buy everything there, but the core idea is there).
For us, this will mean more usage of context managers, which is good.
The down side is that many clusters run RedHat variant that are still under 2.6 (Duh!). The question is: are people using the stock Python on the clusters, or something else.
Opinions please?
Gaël
------------------------------------------------------------------------------ _______________________________________________ Scikit-learn-general mailing list Scikit-learn-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
Picking up this old thread, I propose we announce that 0.18 is the last release that will support Python 2.6. That will give people some time to think about it between releases.
As you know: +1 from my side. One of my arguments for this is that it becomes harder and harder to set up continuous integration environments to test related projects with 2.6. Hence related projects are likely to coderot under 2.6. Thanks for raising this issue. Gaël
participants (2)
-
Andy -
Gael Varoquaux