Update Python version to PY3, as indicated by the actual source file. (#1598)

Co-authored-by: Andy Christiansen <achristiansen@google.com>
This commit is contained in:
Andy Christiansen 2023-05-11 10:18:18 +02:00 committed by GitHub
parent fec77322b4
commit bb9aafaa6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ py_library(
py_binary(
name = "compare",
srcs = ["compare.py"],
python_version = "PY2",
python_version = "PY3",
deps = [
":gbench",
],