Add Python 3.6 to default gRPC Python test environments

pull/20181/head
Lidi Zheng 5 years ago
parent 4be0af6b2a
commit 04dd147b41
  1. 1
      tools/run_tests/run_tests.py

@ -846,6 +846,7 @@ class PythonLanguage(object):
else:
return (
python27_config,
python36_config,
python37_config,
)
elif args.compiler == 'python2.7':

Loading…
Cancel
Save