Switch tf_upgrade_v2 target to python_version = "PY3" instead of python_version
= "PY2". PiperOrigin-RevId: 259395034
This commit is contained in:
parent
bf7368f7a0
commit
df3fd29cfb
@ -138,7 +138,7 @@ py_binary(
|
||||
name = "tf_upgrade_v2",
|
||||
srcs = ["tf_upgrade_v2_main.py"],
|
||||
main = "tf_upgrade_v2_main.py",
|
||||
python_version = "PY2",
|
||||
python_version = "PY3",
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
":ast_edits",
|
||||
|
Loading…
Reference in New Issue
Block a user