mirror of
https://github.com/google/benchmark.git
synced 2025-02-06 17:20:15 +08:00
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:
parent
fec77322b4
commit
bb9aafaa6c
@ -12,7 +12,7 @@ py_library(
|
||||
py_binary(
|
||||
name = "compare",
|
||||
srcs = ["compare.py"],
|
||||
python_version = "PY2",
|
||||
python_version = "PY3",
|
||||
deps = [
|
||||
":gbench",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user