10000
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 eca95cc commit 65c5542Copy full SHA for 65c5542
examples/bzlmod/.bazelrc
@@ -1,4 +1,4 @@
1
-common --experimental_enable_bzlmod
+common --enable_bzlmod
2
3
coverage --java_runtime_version=remotejdk_11
4
@@ -8,3 +8,6 @@ test --test_output=errors --enable_runfiles
8
build --enable_runfiles
9
10
startup --windows_enable_symlinks
11
+
12
+# Set the default version of python_version config
13
+common --@rules_python//python/config_settings:python_version=3.9.18
examples/bzlmod/MODULE.bazel
@@ -112,6 +112,8 @@ pip.parse(
112
"cp39_linux_*",
113
"cp39_*",
114
# NOTE: Adding multiple version right now does not work yet.
115
+ "cp310_*",
116
+ "cp311_*",
117
],
118
hub_name = "pip",
119
python_version = "3.9",
0 commit comments