Skip to content
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

COMPAT: drop support for python 2.6 #7718

Closed
cpcloud opened this issue Jul 10, 2014 · 8 comments · Fixed by #11988
Closed

COMPAT: drop support for python 2.6 #7718

cpcloud opened this issue Jul 10, 2014 · 8 comments · Fixed by #11988
Assignees
Labels
CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions
Milestone

Comments

@cpcloud
Copy link
Member

cpcloud commented Jul 10, 2014

will close #8760 at same time

The slowest of the slow of Linux distributions (RHEL) has upgraded their version of Python to 2.7. I think if they're happy with not supporting 2.6, then we can be too. Supporting it is not a huge deal, but it would be nice to really encourage people to move forward with upgrading to later versions of Python which would provide the community with momentum towards Python 3. While we can't force everyone to use Python 3, I think dropping support for Python 2.6 is reasonable. The last binary release of Python 2.6 was 2.6.6 and that was in 2010. By now, most people are using python 2.7.

@cpcloud cpcloud added this to the 0.15.0 milestone Jul 10, 2014
@cpcloud cpcloud self-assigned this Jul 10, 2014
@jreback
Copy link
Contributor

jreback commented Aug 12, 2014

let's wait / defer the decision on this till next version. I don't think this is a problem (until numpy < 1.7)

@jreback jreback modified the milestones: 0.15.0, 0.16 Aug 12, 2014
@cpcloud
Copy link
Member Author

cpcloud commented Aug 12, 2014

Cool sounds good

@jreback jreback modified the milestones: 0.16, 0.15.1 Oct 7, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 6, 2015
@jreback jreback modified the milestones: 0.18.0, Next Major Release Oct 9, 2015
@jreback
Copy link
Contributor

jreback commented Oct 9, 2015

any objections to slating this for 0.18.0 (prob next year)

cc @jorisvandenbossche @cpcloud @shoyer @wesm @sinhrks @TomAugspurger

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label Oct 9, 2015
@wesm
Copy link
Member

wesm commented Oct 9, 2015

Sounds fine to me.

@jreback
Copy link
Contributor

jreback commented Oct 9, 2015

and conda no longer building for 2.6 (though I can build those as well)

@cpcloud
Copy link
Member Author

cpcloud commented Oct 9, 2015

Fine by me

On Fri, Oct 9, 2015 at 1:15 PM Wes McKinney notifications@github.com
wrote:

Sounds fine to me.


Reply to this email directly or view it on GitHub
#7718 (comment).

@jreback jreback changed the title COMPAT: Consider dropping Python 2.6 COMPAT: dropping support for python 2.6 Oct 9, 2015
@jreback jreback changed the title COMPAT: dropping support for python 2.6 COMPAT: drop support for python 2.6 Oct 9, 2015
@tacaswell
Copy link
Contributor

As a data point, mpl is dropping support for py2.6 with 1.5/2.0. Both should still work with 2.6, but our 2.1 is going to include things which break on 2.6 (traitlets and ordered dicts).

Sorry to be forcing your hand here a bit.

@jreback
Copy link
Contributor

jreback commented Oct 9, 2015

@tacaswell no, its really that lots of others are dropping this support, e.g. conda builds and such. We don't have to do this, but its been slated for a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants