PY3 migration - Set py targets to "PY3" in tools/api/generator/api_gen.bzl.
PiperOrigin-RevId: 284826118 Change-Id: Idb4953208aa1e020a66dfd81d721b2eec331eacc
This commit is contained in:
parent
05aaa14054
commit
8fda428bd1
@ -92,7 +92,7 @@ def gen_api_init_files(
|
||||
name = api_gen_binary_target,
|
||||
srcs = ["//tensorflow/python/tools/api/generator:create_python_api.py"],
|
||||
main = "//tensorflow/python/tools/api/generator:create_python_api.py",
|
||||
python_version = "PY2",
|
||||
python_version = "PY3",
|
||||
srcs_version = "PY2AND3",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = package_deps + [
|
||||
|
Loading…
x
Reference in New Issue
Block a user