Skip to content

Commit 64f91a7

Browse files
committed
exp: test what breaks if we drop 3.8 from minor versions
1 parent d08cf53 commit 64f91a7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

python/versions.bzl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,6 @@ DEFAULT_RELEASE_BASE_URL = "https://github.com/astral-sh/python-build-standalone
5454
#
5555
# buildifier: disable=unsorted-dict-items
5656
TOOL_VERSIONS = {
57-
"3.8.20": {
58-
"url": "20241002/cpython-{python_version}+20241002-{platform}-{build}.tar.gz",
59-
"sha256": {
60-
"aarch64-apple-darwin": "2ddfc04bdb3e240f30fb782fa1deec6323799d0e857e0b63fa299218658fd3d4",
61-
"aarch64-unknown-linux-gnu": "9d8798f9e79e0fc0f36fcb95bfa28a1023407d51a8ea5944b4da711f1f75f1ed",
62-
"x86_64-apple-darwin": "68d060cd373255d2ca5b8b3441363d5aa7cc45b0c11bbccf52b1717c2b5aa8bb",
63-
"x86_64-pc-windows-msvc": "41b6709fec9c56419b7de1940d1f87fa62045aff81734480672dcb807eedc47e",
64-
"x86_64-unknown-linux-gnu": "285e141c36f88b2e9357654c5f77d1f8fb29cc25132698fe35bb30d787f38e87",
65-
},
66-
"strip_prefix": "python",
67-
},
6857
"3.9.10": {
6958
"url": "20220227/cpython-{python_version}+20220227-{platform}-{build}.tar.gz",
7059
"sha256": {
@@ -1011,7 +1000,6 @@ TOOL_VERSIONS = {
10111000

10121001
# buildifier: disable=unsorted-dict-items
10131002
MINOR_MAPPING = {
1014-
"3.8": "3.8.20",
10151003
"3.9": "3.9.24",
10161004
"3.10": "3.10.19",
10171005
"3.11": "3.11.14",

0 commit comments

Comments
 (0)