Add support for Python 3.6.#2902
Add support for Python 3.6.#2902tseaver wants to merge 2 commits intogoogleapis:masterfrom tseaver:python-3.6-support
Conversation
|
|
||
| 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.