Add python3 requirement for the script (#5326)

as python2 may not recgonize utf encoding, per https://bugs.python.org/issue11033
This commit is contained in:
Mateusz Przybylski 2023-07-18 07:40:43 -07:00 committed by GitHub
parent 4b6bd5a665
commit 61221e7d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2017 Google Inc.
# Licensed under the Apache License, Version 2.0 (the "License");