Skip to content

Commit 26ec0b6

Browse files
committed
bazel: remove deprecated python_version
1 parent 39ed3a9 commit 26ec0b6

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

ortools/algorithms/python/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ pybind_extension(
7272
py_test(
7373
name = "knapsack_solver_test",
7474
srcs = ["knapsack_solver_test.py"],
75-
python_version = "PY3",
7675
deps = [
7776
":knapsack_solver",
7877
requirement("absl-py"),

ortools/init/python/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ pybind_extension(
3737
py_test(
3838
name = "init_test",
3939
srcs = ["init_test.py"],
40-
python_version = "PY3",
4140
deps = [
4241
":init",
4342
requirement("absl-py"),

ortools/scheduling/python/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ py_test(
3535
data = [
3636
"//ortools/scheduling/testdata:j301_1.sm",
3737
],
38-
python_version = "PY3",
3938
deps = [
4039
":rcpsp",
4140
"//ortools/scheduling:rcpsp_py_proto",

ortools/set_cover/python/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ pybind_extension(
3535
py_test(
3636
name = "set_cover_test",
3737
srcs = ["set_cover_test.py"],
38-
python_version = "PY3",
3938
deps = [
4039
":set_cover",
4140
"//ortools/set_cover:set_cover_py_pb2",

ortools/util/python/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ pybind_extension(
3939
py_test(
4040
name = "sorted_interval_list_test",
4141
srcs = ["sorted_interval_list_test.py"],
42-
python_version = "PY3",
4342
deps = [
4443
":sorted_interval_list",
4544
requirement("absl-py"),

0 commit comments

Comments
 (0)