-
Notifications
You must be signed in to change notification settings - Fork 110
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 #225
Comments
The tests currently run under multiple python versions including python 3 versions. |
That's great! Do we have any concerns about adding a Python3 language classifiers to |
Actually looks like Codebase is not fully Python3-complient, and there are some PRs in flight, for example: #214. |
There may be a few bugs related, but this code base is largely python3 compliant. #214 looks to be a PR made by a non-contributor and the changes in that pull are no longer relevant. |
Some remaining issues... Fixed in #228, #229, #230, #231 flake8 testing of https://github.com/google/apitools on Python 3.6.3 $ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
FYI: BEAM-5788 shows that GCS api calls in |
What is the status of Python 3 support for google-apitools?
We do not list any language classifiers here:
apitools/setup.py
Line 89 in 28ac38a
Do we know if any extra work is required to make the package Python3-compatible?
The text was updated successfully, but these errors were encountered: