Skip to content

Commit

Permalink
bazel: Bump python version (#2121)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Jul 22, 2024
1 parent b380b7b commit e9b9521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bazel/packages.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@python3_11//:defs.bzl", "interpreter")
load("@python3_12//:defs.bzl", "interpreter")
load("@rules_python//python:pip.bzl", "pip_parse")
load("//:versions.bzl", "VERSIONS")

Expand Down
2 changes: 1 addition & 1 deletion bazel/versions.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

VERSIONS = {
"python": "3.11",
"python": "3.12",

"bazel_skylib": {
"type": "github_archive",
Expand Down

0 comments on commit e9b9521

Please sign in to comment.