diff --git a/MODULE.bazel b/MODULE.bazel index 3e95629..ff2c351 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -46,6 +46,8 @@ SUPPORTED_PYTHON_VERSIONS = [ "3.10", "3.11", "3.12", + "3.13", + "3.14", ] python = use_extension("@rules_python//python/extensions:python.bzl", "python")