File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
examples/bzlmod/other_module Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff 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-
1713python = use_extension ("@rules_python//python/extensions:python.bzl" , "python" )
1814python .defaults (
1915 # In a submodule this is ignored
2016 python_version = "3.11" ,
2117)
2218python .toolchain (
2319 configure_coverage_tool = True ,
24- python_version = "3.9 " ,
20+ python_version = "3.12 " ,
2521)
2622python .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-
3927pip = use_extension ("@rules_python//python/extensions:pip.bzl" , "pip" )
4028pip .parse (
4129 hub_name = "other_module_pip" ,
You can’t perform that action at this time.
0 commit comments