From 5644879af358652f0bb980c0a083b453a1de9f32 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Thu, 10 Sep 2020 16:23:07 -0700 Subject: [PATCH] Reduce tested Python version on macOS --- tools/run_tests/run_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index f2c7fec2472..04c04cacc69 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -834,7 +834,6 @@ class PythonLanguage(object): # tested. return ( python27_config, - python37_config, python38_config, ) else: