Skip to content

Commit ba2a903

Browse files
authored
feat: add Python 3.8.16 (#1168)
Add python 3.8.16
1 parent 9528806 commit ba2a903

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

python/versions.bzl

+11
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,17 @@ TOOL_VERSIONS = {
8686
},
8787
"strip_prefix": "python",
8888
},
89+
"3.8.16": {
90+
"url": "20230116/cpython-{python_version}+20230116-{platform}-{build}.tar.gz",
91+
"sha256": {
92+
"aarch64-apple-darwin": "d1f408569d8807c1053939d7822b082a17545e363697e1ce3cfb1ee75834c7be",
93+
"aarch64-unknown-linux-gnu": "15d00bc8400ed6d94c665a797dc8ed7a491ae25c5022e738dcd665cd29beec42",
94+
"x86_64-apple-darwin": "484ba901f64fc7888bec5994eb49343dc3f9d00ed43df17ee9c40935aad4aa18",
95+
"x86_64-pc-windows-msvc": "b446bec833eaba1bac9063bb9b4aeadfdf67fa81783b4487a90c56d408fb7994",
96+
"x86_64-unknown-linux-gnu": "c890de112f1ae31283a31fefd2061d5c97bdd4d1bdd795552c7abddef2697ea1",
97+
},
98+
"strip_prefix": "python",
99+
},
89100
"3.9.10": {
90101
"url": "20220227/cpython-{python_version}+20220227-{platform}-{build}.tar.gz",
91102
"sha256": {

0 commit comments

Comments
 (0)