Skip to content

Commit 78b869b

Browse files
committed
downloads: upgrade CPython 3.10.5 to 3.10.6
1 parent 5618edb commit 78b869b

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
@@ -47,10 +47,10 @@
4747
"python_tag": "cp39",
4848
},
4949
"cpython-3.10": {
50-
"url": "https://www.python.org/ftp/python/3.10.5/Python-3.10.5.tar.xz",
51-
"size": 19361320,
52-
"sha256": "8437efd5b106ef0a75aabfbf23d880625120a73a86a22ade4d2e2e68d7b74486",
53-
"version": "3.10.5",
50+
"url": "https://www.python.org/ftp/python/3.10.6/Python-3.10.6.tar.xz",
51+
"size": 19600672,
52+
"sha256": "f795ff87d11d4b0c7c33bc8851b0c28648d8a4583aa2100a98c22b4326b6d3f3",
53+
"version": "3.10.6",
5454
"licenses": ["Python-2.0", "CNRI-Python"],
5555
"license_file": "LICENSE.cpython.txt",
5656
"python_tag": "cp310",

0 commit comments

Comments
 (0)