Skip to content

Commit

Permalink
Merge pull request #2182 from tensorflow/rtg0795-patch-1
Browse files Browse the repository at this point in the history
Update WORKSPACE to use python 3.9
  • Loading branch information
xiaoxlu authored Sep 19, 2023
2 parents 89e76e7 + 24b94ec commit 2a498ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ load("@rules_python//python:repositories.bzl", "python_register_toolchains")
python_register_toolchains(
name = "python",
ignore_root_user_error = True,
python_version = "3.8",
python_version = "3.9",
)

# Initialize TensorFlow's external dependencies.
Expand Down

0 comments on commit 2a498ba

Please sign in to comment.