Skip to content

Commit

Permalink
Downgrade python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Jan 2, 2025
1 parent 2a08837 commit 645926e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()

python_register_toolchains(
name = "python_3_12",
python_version = "3.12",
name = "python_3_11",
python_version = "3.11",
)

load("@rules_python//python:pip.bzl", "pip_parse")

pip_parse(
name = "pip",
python_interpreter_target = "@python_3_12_host//:python",
python_interpreter_target = "@python_3_11_host//:python",
requirements_lock = "//:requirements_lock.txt",
)

Expand Down

0 comments on commit 645926e

Please sign in to comment.