Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 committed Jan 18, 2024
1 parent 7e6af1e commit 1ba22a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/aspect/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,23 @@ python = use_extension(
dev_dependency = True,
)
python.toolchain(
is_default = True,
is_default = False,
python_version = "3.8",
)
python.toolchain(
is_default = False,
python_version = "3.9",
)
python.toolchain(
is_default = False,
python_version = "3.10",
)
python.toolchain(
is_default = False,
python_version = "3.11",
)
python.toolchain(
is_default = False,
python_version = "3.12",
)

Expand Down Expand Up @@ -92,3 +96,5 @@ bazel_dep(
version = "0.0.7",
dev_dependency = True,
)

register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain")

0 comments on commit 1ba22a0

Please sign in to comment.