Skip to content

Commit a24b5c3

Browse files
committed
downloads: upgrade CPython 3.10.8 -> 3.10.9
1 parent ccbe38e commit a24b5c3

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
@@ -53,10 +53,10 @@
5353
"python_tag": "cp39",
5454
},
5555
"cpython-3.10": {
56-
"url": "https://www.python.org/ftp/python/3.10.8/Python-3.10.8.tar.xz",
57-
"size": 19619508,
58-
"sha256": "6a30ecde59c47048013eb5a658c9b5dec277203d2793667f578df7671f7f03f3",
59-
"version": "3.10.8",
56+
"url": "https://www.python.org/ftp/python/3.10.9/Python-3.10.9.tar.xz",
57+
"size": 19612112,
58+
"sha256": "5ae03e308260164baba39921fdb4dbf8e6d03d8235a939d4582b33f0b5e46a83",
59+
"version": "3.10.9",
6060
"licenses": ["Python-2.0", "CNRI-Python"],
6161
"license_file": "LICENSE.cpython.txt",
6262
"python_tag": "cp310",

0 commit comments

Comments
 (0)