-
Notifications
You must be signed in to change notification settings - Fork 62
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 3 support? #9
Comments
The internals are mostly Python 3 ready, but one of our dependencies isn't yet: https://github.com/google/google-api-python-client So unfortunately, nope, won't work in Python 3 at this point. It would probably be possible to strip out the Google API client and just use generic oAuth code instead, but I don't need Python 3 that badly myself, so leaving things as-is for now. |
google-api-python-client 1.4.0 does, it's releases just now (see googleapis/google-api-python-client#3 (comment)) |
Aha, good to know. Tests now pass in Python 3, though no guarantees that everything will work quite yet. |
I was wondering if this package would work as intended under Python 3.4, as neither Github nor Pypi mention it. I only see 2.7 in travis.yml so I thought I'd ask.
The text was updated successfully, but these errors were encountered: