Skip to content

Commit 4f37a43

Browse files
committed
chore: cleanup unused code
1 parent c325620 commit 4f37a43

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

examples/bzlmod/other_module/MODULE.bazel

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,20 @@ local_path_override(
1010
path = "../../..",
1111
)
1212

13-
PYTHON_NAME_39 = "python_3_9"
14-
15-
PYTHON_NAME_311 = "python_3_11"
16-
1713
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
1814
python.defaults(
1915
# In a submodule this is ignored
2016
python_version = "3.11",
2117
)
2218
python.toolchain(
2319
configure_coverage_tool = True,
24-
python_version = "3.9",
20+
python_version = "3.12",
2521
)
2622
python.toolchain(
2723
configure_coverage_tool = True,
2824
python_version = "3.11",
2925
)
3026

31-
# created by the above python.toolchain calls.
32-
use_repo(
33-
python,
34-
"python_versions",
35-
PYTHON_NAME_39,
36-
PYTHON_NAME_311,
37-
)
38-
3927
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
4028
pip.parse(
4129
hub_name = "other_module_pip",

0 commit comments

Comments
 (0)