diff options
author | Adele Zhou <adelez@google.com> | 2017-11-30 17:36:15 -0800 |
---|---|---|
committer | Adele Zhou <adelez@google.com> | 2017-11-30 17:36:15 -0800 |
commit | c62a83629994140ab8558b001b2c60511c645e2e (patch) | |
tree | 1916693711866a4a89c143652f2971e1dd241208 | |
parent | 74a53c2440823e7b53741edba883ff1f4fb8f23a (diff) |
remove redundant python versions.
-rw-r--r-- | tools/interop_matrix/client_matrix.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index ee24ae7b28..c9a4996029 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -78,23 +78,6 @@ LANG_RELEASE_MATRIX = { 'v1.3.9', 'v1.4.2', 'v1.6.6', - ], - 'python': [ - 'v1.0.x', - 'v1.1.4', - 'v1.2.5', - 'v1.3.9', - 'v1.4.2', - 'v1.6.6', - 'v1.7.2', - ], - 'python': [ - 'v1.0.x', - 'v1.1.4', - 'v1.2.5', - 'v1.3.9', - 'v1.4.2', - 'v1.6.6', 'v1.7.2', ], 'node': [ |