Skip to content

Commit 2a498ba

Browse files
authored
Merge pull request #2182 from tensorflow/rtg0795-patch-1
Update WORKSPACE to use python 3.9
2 parents 89e76e7 + 24b94ec commit 2a498ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ load("@rules_python//python:repositories.bzl", "python_register_toolchains")
6262
python_register_toolchains(
6363
name = "python",
6464
ignore_root_user_error = True,
65-
python_version = "3.8",
65+
python_version = "3.9",
6666
)
6767

6868
# Initialize TensorFlow's external dependencies.

0 commit comments

Comments
 (0)