bazel: Add missing Python 3.13

This commit is contained in:
Corentin Le Molgat
2024-11-06 11:27:16 +01:00
parent 9bcdb37477
commit 67ce2cbe4c

View File

@@ -34,6 +34,7 @@ PYTHON_VERSIONS = [
"3.10",
"3.11",
"3.12",
"3.13",
]
python = use_extension("@rules_python//python/extensions:python.bzl", "python")