-
Notifications
You must be signed in to change notification settings - Fork 58
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
support python 3 #114
Comments
|
ooh! now if only they'd cut a release. :P googleapis/google-api-python-client#421 |
https://caniusepython3.com/project/granary claims we're only blocked on gdata and python-tumblpy. |
...and tumblpy actually claims it supports python 3! gdata definitely does not: google/gdata-python-client#29 (also google/gdata-python-client#47) here's a gdata fork that supposedly does: https://github.com/dvska/gdata-python3 |
hrm, mox is also python 2 only: glasser/pymox#45 here's a fork that attempts python 3 compatibility: assuming i use six or future, i could install both mox versions and test with both python versions, respectively. otherwise i could theoretically ship python 3 support while keeping the tests python 2 only, but that's not ideal. |
note to myself, how i set up the virtualenv to use my local source clone of python-future: cd l
foreach d (_dummy_thread _markupbase _thread builtins copyreg future html http libfuturize libpasteurize past queue reprlib socketserver tkinter winreg xmlrpc)
ln -s ~/src/python-future/src/$d
end |
getting close! the |
woo, done! and merged into master. will be released in v1.12. |
i believe the long pole here is a few indirect dependencies via oauth-dropins that don't support python 3. google-api-python-client? others? need to audit and come up with the complete list.
The text was updated successfully, but these errors were encountered: