Skip to content

Commit 4905543

Browse files
committed
downloads: upgrade CPython 3.9.6 to 3.9.7
1 parent 1e58aaf commit 4905543

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

+4-4
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.6/Python-3.9.6.tar.xz",
66-
"size": 19051972,
67-
"sha256": "397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a",
68-
"version": "3.9.6",
65+
"url": "https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tar.xz",
66+
"size": 19123232,
67+
"sha256": "f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57",
68+
"version": "3.9.7",
6969
"licenses": ["Python-2.0", "CNRI-Python"],
7070
"license_file": "LICENSE.cpython.txt",
7171
"python_tag": "cp39",

0 commit comments

Comments
 (0)