You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/examples/bzlmod/MODULE.bazel b/examples/bzlmod/MODULE.bazel
index df88ae8..2810592 100644
--- a/examples/bzlmod/MODULE.bazel
+++ b/examples/bzlmod/MODULE.bazel
@@ -32,7 +32,7 @@ python.toolchain(
# work in progress.
python.toolchain(
configure_coverage_tool = True,
- python_version = "3.10",
+ python_version = "3.10.9",
)
# You only need to load this repositories if you are using multiple Python versions.
However, it seems that it is not the case. The issue is present on both, main and 0.24.0 releases. We may be able to use #1328 in order to fix this.