Add 3.7 back to macOS and Linux test suite

pull/23783/head
Lidi Zheng 4 years ago
parent a5dc598a42
commit f959c12828
  1. 2
      tools/run_tests/run_tests.py

@ -877,12 +877,14 @@ class PythonLanguage(object):
# tested. # tested.
return ( return (
python27_config, python27_config,
python37_config,
python38_config, python38_config,
) )
else: else:
return ( return (
python27_config, python27_config,
python35_config, python35_config,
python37_config,
python38_config, python38_config,
) )
elif args.compiler == 'python2.7': elif args.compiler == 'python2.7':

Loading…
Cancel
Save