srctree

Robin Linden parent 644d7970 8addea3e
deps: Update to Python 3.12

inlinesplit
WORKSPACE added: 6, removed: 6, total 0
@@ -325,13 +325,13 @@ load("@rules_python//python:repositories.bzl", "py_repositories", "python_regist
py_repositories()
 
python_register_toolchains(
name = "python_3_11",
name = "python_3_12",
# Running the build as root works, but leads to cache-misses for .pyc files.
ignore_root_user_error = True,
python_version = "3.11.6",
python_version = "3.12.0",
)
 
load("@python_3_11//:defs.bzl", "interpreter")
load("@python_3_12//:defs.bzl", "interpreter")
load("@rules_python//python:pip.bzl", "pip_parse")
 
pip_parse(
 
third_party/requirements.txt added: 6, removed: 6, total 0
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# bazel run //third_party:requirements.update