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

Drop support for Python 2.6? #426

Closed
cclauss opened this issue Mar 17, 2017 · 2 comments
Closed

Drop support for Python 2.6? #426

cclauss opened this issue Mar 17, 2017 · 2 comments
Labels

Comments

@cclauss
Copy link

cclauss commented Mar 17, 2017

https://travis-ci.org/crsmithdev/arrow/jobs/212040401#L116 says: DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6

Python 2.6 End of Life was in 2013... https://docs.python.org/devguide/index.html#branchstatus

Should arrow drop support for Python 2.6?

@hugovk
Copy link
Contributor

hugovk commented Oct 16, 2017

@hugovk
Copy link
Contributor

hugovk commented Oct 28, 2017

Here's the pip installs for arrow from PyPI for the last month:

$ pypinfo --percent --pip arrow pyversion
python_version percent download_count
-------------- ------- --------------
2.7              59.8%        880,090
3.6              35.4%        520,727
3.4               2.5%         36,115
3.5               2.2%         32,627
3.3               0.0%            616
2.6               0.0%            534
3.7               0.0%            386
3.2               0.0%              7
None              0.0%              1

How about dropping Python 3.3 as well? It went EOL last month.

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

No branches or pull requests

3 participants