Skip to content

Commit 59a6a1d

Browse files
committed
downloads: upgrade CPython 3.10.2 to 3.10.3
1 parent 5d89687 commit 59a6a1d

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
@@ -71,10 +71,10 @@
7171
"python_tag": "cp39",
7272
},
7373
"cpython-3.10": {
74-
"url": "https://www.python.org/ftp/python/3.10.2/Python-3.10.2.tar.xz",
75-
"size": 18780936,
76-
"sha256": "17de3ac7da9f2519aa9d64378c603a73a0e9ad58dffa8812e45160c086de64c7",
77-
"version": "3.10.2",
74+
"url": "https://www.python.org/ftp/python/3.10.3/Python-3.10.3.tar.xz",
75+
"size": 19343528,
76+
"sha256": "596c72de998dc39205bc4f70ef0dbf7edec740a306d09b49a9bd0a77806730dc",
77+
"version": "3.10.3",
7878
"licenses": ["Python-2.0", "CNRI-Python"],
7979
"license_file": "LICENSE.cpython.txt",
8080
"python_tag": "cp310",

0 commit comments

Comments
 (0)