-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add support for Python 3.6. #2902
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -14,7 +14,6 @@ | |||
|
|||
import os | |||
|
|||
from setuptools import find_packages |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@jonparrott @tseaver Have you heard of anyone dropping support for 3.4 / not testing 3.4 in CI any longer? Already after adding 3.5 our "full" builds time out half the time on Travis |
@dhermes I'm contemplating trying to speed the build up by dropping our hacked-around namespace stuff: a quick test seems to indicate that |
@tseaver I welcome the change. That'll just require lower bounds on |
Travis and CircleCI both have Python 3.6 support now. :-) |
Ya'll will probably need to wait on grpc/grpc#9445 just like google-auth googleapis/google-auth-library-python#102 |
This is available now, but I am actually closing this because I am working on a more dramatic overhaul of our testing tooling. |
I don't think Travis or Appveyor support 3.6 yet.