From 501ea6c1cd4d0997d56f32cbbc66d3b284dedfd7 Mon Sep 17 00:00:00 2001 From: Stuart Axelbrooke Date: Wed, 6 Aug 2025 16:47:28 -0700 Subject: [PATCH] python 3.13 -> 3.12 --- MODULE.bazel | 4 ++-- requirements_lock.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index edb9883..3b2155b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -213,13 +213,13 @@ bazel_dep(name = "rules_python", version = "1.5.1") python = use_extension("@rules_python//python/extensions:python.bzl", "python") python.toolchain( - python_version = "3.13", + python_version = "3.12", ) pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip") pip.parse( hub_name = "databuild_pypi", - python_version = "3.13", + python_version = "3.12", requirements_lock = "//:requirements_lock.txt", ) use_repo(pip, "databuild_pypi") diff --git a/requirements_lock.txt b/requirements_lock.txt index 7462ade..5aa2cdd 100644 --- a/requirements_lock.txt +++ b/requirements_lock.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.13 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # bazel run //:requirements.update