python 3.13 -> 3.12
Some checks are pending
/ setup (push) Waiting to run

This commit is contained in:
Stuart Axelbrooke 2025-08-06 16:47:28 -07:00
parent ac3a420a0d
commit 501ea6c1cd
2 changed files with 3 additions and 3 deletions

View file

@ -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")

View file

@ -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