Skip to content

Commit 62042cd

Browse files
committed
downloads: upgrade CPython 3.9.10 to 3.9.11
1 parent 61f1088 commit 62042cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
"python_tag": "cp38",
6363
},
6464
"cpython-3.9": {
65-
"url": "https://www.python.org/ftp/python/3.9.10/Python-3.9.10.tar.xz",
66-
"size": 19154136,
67-
"sha256": "0a8fbfb5287ebc3a13e9baf3d54e08fa06778ffeccf6311aef821bb3a6586cc8",
68-
"version": "3.9.10",
65+
"url": "https://www.python.org/ftp/python/3.9.11/Python-3.9.11.tar.xz",
66+
"size": 19724780,
67+
"sha256": "66767a35309d724f370df9e503c172b4ee444f49d62b98bc4eca725123e26c49",
68+
"version": "3.9.11",
6969
"licenses": ["Python-2.0", "CNRI-Python"],
7070
"license_file": "LICENSE.cpython.txt",
7171
"python_tag": "cp39",

0 commit comments

Comments
 (0)