Skip to content

DOC: Update docs to reflect actual version support. #4412

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

Closed
jtratner opened this issue Jul 31, 2013 · 3 comments · Fixed by #4530
Closed

DOC: Update docs to reflect actual version support. #4412

jtratner opened this issue Jul 31, 2013 · 3 comments · Fixed by #4530
Labels
Milestone

Comments

@jtratner
Copy link
Contributor

I don't think this is true anymore (from install.html on pandas site)

Officially Python 2.6 to 2.7 and Python 3.1+, although Python 3 support is less well tested. Python 2.4 support is being phased out since the userbase has shrunk significantly. Continuing Python 2.4 support will require either monetary development support or someone contributing to the project to maintain compatibility.

I'm pretty sure that 2.4 (and 2.5) will fail, if only because the from __future__ import with_statement have been removed from many files. I also think we're at the point where we can say that Python 3.1+ support is actually there (this could be a change in docs for v0.13)

@cpcloud
Copy link
Member

cpcloud commented Jul 31, 2013

There's no testing for py 3.1. we can claim the usual suspects 2.6, 2.7, 3.2 and 3.3

@jreback
Copy link
Contributor

jreback commented Jul 31, 2013

3.1 might be even officially deprecated/buggy

just claim the usual suspects

@jtratner
Copy link
Contributor Author

👍 on not supporting 3.1. 3.2 is going to be here to stay for a while given that it's the default for the newest Ubuntu LTS, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants