Skip to content

Commit

Permalink
test: use python 3.11 by default in gazelle
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Dec 2, 2023
1 parent 0563272 commit 89be2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gazelle/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ load("@rules_python//python:repositories.bzl", "py_repositories", "python_regist
py_repositories()

python_register_toolchains(
name = "python39",
python_version = "3.9",
name = "python_3_11",
python_version = "3.11",
)

load("//:deps.bzl", _py_gazelle_deps = "gazelle_deps")
Expand Down

0 comments on commit 89be2e0

Please sign in to comment.