Update python version in MODULE.bazel to match default Python version
Helps make sure the Python toolchain downloaded in tests are already cached.
Avoid flaky test failres:
```
rctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9+20240726-x86_64-unknown-linux-gnu-install_only.tar.gz]
```
PiperOrigin-RevId: 679533870
Change-Id: I3b31c9c1212b79b738de261718aec3f8f2be5475
diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock
index e4c4e3b..4deb6d6 100644
--- a/MODULE.bazel.lock
+++ b/MODULE.bazel.lock
@@ -5404,7 +5404,7 @@
},
"@@rules_python+//python/private/pypi:pip.bzl%pip_internal": {
"general": {
- "bzlTransitiveDigest": "RLZMKAZu/pmUNkJMCvVf5Y2F3e8LafB1NcuwN6cYK8I=",
+ "bzlTransitiveDigest": "T1mhkQr7QyX5vYWNjrh5RpJgSzC6Cwrc27yQXKCsjGY=",
"usagesDigest": "Uu+eQolCXDoyIgvFjLDBDgjgBSkRuuldwUQnjKYjsz8=",
"recordedFileInputs": {
"@@rules_python+//tools/publish/requirements_windows.txt": "15472d5a28e068d31ba9e2dc389459698afaff366e9db06e15890283a3ea252e",
@@ -7369,7 +7369,7 @@
"importlib_metadata": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"importlib_metadata-6.0.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_importlib_metadata_py3_none_any_7efb448e\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"importlib_metadata-6.0.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_importlib_metadata_sdist_e354bede\",\"target_platforms\":null,\"version\":\"3.11\"}]",
"pywin32_ctypes": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pywin32_ctypes-0.2.0-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_pywin32_ctypes_py2_none_any_9dc2d991\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pywin32-ctypes-0.2.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_pywin32_ctypes_sdist_24ffc3b3\",\"target_platforms\":null,\"version\":\"3.11\"}]"
},
- "default_version": "3.10",
+ "default_version": "3.11",
"packages": [
"bleach",
"certifi",
@@ -7643,11 +7643,6 @@
],
[
"rules_python++python+pythons_hub",
- "python_3_10_host",
- "rules_python++python+python_3_10_host"
- ],
- [
- "rules_python++python+pythons_hub",
"python_3_11_host",
"rules_python++python+python_3_11_host"
]