commit | e0b9a4ab91acf1077a97c175ad80cc89bc786f5f | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Tue Nov 26 10:40:52 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 20 20:22:35 2020 -0700 |
tree | 89ba1e62f9990a85537481c398c63fba2bcd3430 | |
parent | 002d967074a693a47fc3a36189ec85d972d5dbc7 [diff] |
[UpdateTestChecks] Change shebang from python to python3 'python' means Python 2 on some platforms while Python 3 on others. 'python3' is Python 3 only. Python 2.7 End of Life is set to January 1, 2020. Getting rid of Python 2 support reduces maintenance burden. Reviewed By: lebedev.ri Differential Revision: https://reviews.llvm.org/D70730 GitOrigin-RevId: 195eb9034af3d5352f8f5aa4b2156eb8579e8514