Skip to content

Commit

Permalink
use python 3.10 llvm/llvm-project#75963
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain-stanford committed Feb 5, 2024
1 parent b5ee0ac commit 548aca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ py_repositories()
load("@rules_python//python:repositories.bzl", "python_register_toolchains")

python_register_toolchains(
name = "python_3_11",
python_version = "3.11",
name = "python_3_10",
python_version = "3.10",
)

load("@python_3_11//:defs.bzl", "interpreter")
load("@python_3_10//:defs.bzl", "interpreter")
load("@rules_python//python:pip.bzl", "pip_parse")

pip_parse(
Expand Down

0 comments on commit 548aca9

Please sign in to comment.