Skip to content

Commit 7890269

Browse files
committed
Bump Python version to 3.10
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
1 parent c49d1dc commit 7890269

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ bazel_dep(
1212
)
1313

1414
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
15-
python.toolchain(python_version = "3.9")
15+
python.toolchain(python_version = "3.10")
1616

1717
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
1818
pip.parse(
1919
hub_name = "pip",
20-
python_version = "3.9",
20+
python_version = "3.10",
2121
requirements_lock = "//:requirements.txt",
2222
)
2323
use_repo(pip, lowrisc_misc_linters_pip="pip")

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ local_path_override(module_name = "lowrisc_misc_linters", path = "../")
99

1010
bazel_dep(name = "rules_python", version = "0.34.0")
1111
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
12-
python.toolchain(python_version = "3.9")
12+
python.toolchain(python_version = "3.10")
1313

0 commit comments

Comments
 (0)