We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a41fdf commit 520c3b9Copy full SHA for 520c3b9
MODULE.bazel
@@ -14,8 +14,6 @@ bazel_dep(name = "rules_uv", version = "0.44.0")
14
# configuration
15
PYTHON_VERSION = "3.12"
16
17
-PYTHON_VERSION_SNAKE = PYTHON_VERSION.replace(".", "_")
18
-
19
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
20
python.toolchain(python_version = PYTHON_VERSION)
21
use_repo(python, "python_versions")
0 commit comments