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

Python == 2.7 #704

Closed
LindaLawton opened this issue Jun 24, 2019 · 4 comments · Fixed by #961
Closed

Python == 2.7 #704

LindaLawton opened this issue Jun 24, 2019 · 4 comments · Fixed by #961
Assignees
Labels
type: docs Improvement to the documentation for an API.

Comments

@LindaLawton
Copy link

LindaLawton commented Jun 24, 2019

The read me states that

Deprecated Python Versions

Python == 2.7

It does not appear to work with Python == 2.7. (link to question on SO)

Should this note be removed from the readme? to me deprecation means that it should still work just be removed soon.

@busunkim96 busunkim96 added the type: docs Improvement to the documentation for an API. label Jun 24, 2019
@busunkim96
Copy link
Contributor

Python 2.7 is deprecated, but we intend to drop support for Python 2.7 on January 1, 2020.

The stack trace points to an incompatibility in httplib2. httplib2 started releasing py3 wheels on PyPI a few months ago. (starting with 0.12.3)

The python2 version appears to be available in the .tar.gz. If they install from the tarfile or pin an older version of httplib2 the library should still work with Python 2.7.

@FirePing32
Copy link

@busunkim96 Python==2.7 still exists in README.md as depreciated. Since it is now not supported (since 1st jan 2020), should it not be removed from the docs (or a no longer supported message be given)?

@parthea parthea self-assigned this Nov 26, 2020
@parthea
Copy link
Contributor

parthea commented Nov 26, 2020

This will be fixed in #961

@FirePing32
Copy link

@parthea Ok 🙂.

gcf-merge-on-green bot pushed a commit that referenced this issue Dec 9, 2020
Removes 2.7 and 3.5 from the test suite and explicitly requires >= 3.6. Also adds tests for 3.9

Fixes #704 🦕
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Improvement to the documentation for an API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants