Skip to content

Commit

Permalink
feat: Update MINOR_MAPPING to latest version (#1370)
Browse files Browse the repository at this point in the history
This PR bumps mappings to latest version. 

Adding changes in a separate PR as discussed
[here](#1352 (review)).

cc @chrislovecnm
  • Loading branch information
namrata-ibm committed Aug 10, 2023
1 parent 99695ee commit 504caab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ _py_gazelle_deps()
# Install twine for our own runfiles wheel publishing.
# Eventually we might want to install twine automatically for users too, see:
# https://github.com/bazelbuild/rules_python/issues/1016.
load("@python//3.11.1:defs.bzl", "interpreter")
load("@python//3.11.4:defs.bzl", "interpreter")
load("@rules_python//python:pip.bzl", "pip_parse")

pip_parse(
Expand Down
6 changes: 3 additions & 3 deletions python/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ TOOL_VERSIONS = {
# buildifier: disable=unsorted-dict-items
MINOR_MAPPING = {
"3.8": "3.8.15",
"3.9": "3.9.16",
"3.10": "3.10.9",
"3.11": "3.11.1",
"3.9": "3.9.17",
"3.10": "3.10.12",
"3.11": "3.11.4",
}

PLATFORMS = {
Expand Down

0 comments on commit 504caab

Please sign in to comment.