Skip to content

Commit

Permalink
Add 3.5 as default interpreter version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnossen committed Apr 2, 2020
1 parent 2292b65 commit 895f552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/run_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ def _get_pythons(self, args):
else:
return (
python27_config,
python35_config,
python36_config,
python37_config,
)
Expand Down

0 comments on commit 895f552

Please sign in to comment.