Skip to content

Commit cd00044

Browse files
oprypincopybara-github
authored andcommitted
Remove srcs_version and python_version attributes, as they already default to "PY3"
PiperOrigin-RevId: 723127460 Change-Id: I4f0d642119a928a82660b4859580af5c6ce8ce0b
1 parent 45f7899 commit cd00044

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/BUILD

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ filegroup(
4949
pytype_strict_binary(
5050
name = "generate_logo",
5151
srcs = ["generate_logo.py"],
52-
python_version = "PY3",
5352
deps = [
5453
"@pypa_numpy//:numpy",
5554
],
@@ -86,7 +85,6 @@ pytype_strict_test(
8685
"TENSORSTORE_SPECIAL_CPU_USER_LIMITS": "forge-00=4",
8786
"SPHINX_CLANG_FORMAT": "$(location @pypa_clang_format//:clang-format_binary)",
8887
},
89-
python_version = "PY3",
9088
tags = [
9189
"cpu:4",
9290
"manual",
@@ -111,8 +109,6 @@ pytype_strict_binary(
111109
srcs = ["doctest_test.py"],
112110
args = ["--"],
113111
main = "doctest_test.py",
114-
python_version = "PY3",
115-
srcs_version = "PY3",
116112
deps = [
117113
"//docs/tensorstore_sphinx_ext:json_pprint",
118114
"//python/tensorstore",

0 commit comments

Comments
 (0)