Skip to content

Commit

Permalink
Downgrade to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Jan 2, 2025
1 parent 645926e commit c5c62d8
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_11",
python_version = "3.11",
name = "python_3_10",
python_version = "3.10",
)

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

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

Expand Down

0 comments on commit c5c62d8

Please sign in to comment.