Skip to content

COMPAT: drop support for Python 3.3 #11273

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
jreback opened this issue Oct 9, 2015 · 6 comments · Fixed by #11863
Closed

COMPAT: drop support for Python 3.3 #11273

jreback opened this issue Oct 9, 2015 · 6 comments · Fixed by #11863
Labels
Compat pandas objects compatability with Numpy or Python functions
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Oct 9, 2015

No description provided.

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label Oct 9, 2015
@jreback jreback added this to the 0.18.0 milestone Oct 9, 2015
@jreback
Copy link
Contributor Author

jreback commented Oct 9, 2015

any objections for 0.18.0 (early next year) here

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

3.4 and 3.5 pretty well supported (and conda no longer building for 3.3)
though I can build/post them

@jreback jreback changed the title COMPAT: drop support for 3.3 COMPAT: drop support for Python 3.3 Oct 9, 2015
@tacaswell
Copy link
Contributor

Same as 2.6, mpl is going to officially drop 3.3 support for 2.0, but I do not anticipate mpl using any py3 features which are not in 3.3 as we are still supporting legacy python anyway.

@jreback
Copy link
Contributor Author

jreback commented Oct 9, 2015

@tacaswell when you are anticipating 2.0?

@tacaswell
Copy link
Contributor

End of november/early December. The current plan is for me and @mdboom to sort out the new default around pydata NYC.

@tacaswell
Copy link
Contributor

3.3 might be 'officially' dropped from 1.5 which should be out it ~week as well.

@jreback
Copy link
Contributor Author

jreback commented Oct 9, 2015

@tacaswell ok gr8. we are not planning this till 0.18.0 prob early next year.

jreback added a commit to jreback/pandas that referenced this issue Dec 18, 2015
jreback added a commit that referenced this issue Dec 18, 2015
COMPAT: remove python 3.3. compat, #11273
martijnvermaat added a commit to martijnvermaat/calmap that referenced this issue Jul 2, 2016
danstoner added a commit to iDigBio/idigbio-python-client that referenced this issue Jul 25, 2018
Pandas has dropped support for Python 3.3.

We will stop testing Python 3.3 in Travis-CI.

3.4 and newer Python is readily available. There are compatibility
issues with 3.3 related to module "reload" used by Pandas that make it
difficult to continue to support 3.3 along with newer versions of Python.

See also:

pandas-dev/pandas#11273
https://stackoverflow.com/questions/961162/reloading-module-giving-nameerror-name-reload-is-not-defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants