Skip to content

Commit a8d98ae

Browse files
committed
Bump to Python 3.11 which seems to fix this
1 parent 1ea7b84 commit a8d98ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ python.toolchain(
1313
configure_coverage_tool = True,
1414
# Only set when you have mulitple toolchain versions.
1515
is_default = True,
16-
python_version = "3.9",
16+
python_version = "3.11",
1717
)
1818

19-
use_repo(python, "python_3_9", "python_versions")
19+
use_repo(python, "python_3_11", "python_versions")
2020

2121
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
2222

2323
pip.parse(
2424
hub_name = "pip",
25-
python_version = "3.9",
25+
python_version = "3.11",
2626
requirements_lock = "//:requirements_lock.txt",
2727
)
2828

0 commit comments

Comments
 (0)