Skip to content

Commit c7f02cb

Browse files
charliermarshindygreg
authored andcommitted
Bump to CPython 3.8.19, 3.9.19, and 3.10.14
1 parent b515dc2 commit c7f02cb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pythonbuild/downloads.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,28 @@
3535
"license_file": "LICENSE.bzip2.txt",
3636
},
3737
"cpython-3.8": {
38-
"url": "https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tar.xz",
38+
"url": "https://www.python.org/ftp/python/3.8.19/Python-3.8.19.tar.xz",
3939
"size": 20696952,
40-
"sha256": "3ffb71cd349a326ba7b2fadc7e7df86ba577dd9c4917e52a8401adbda7405e3f",
41-
"version": "3.8.18",
40+
"sha256": "d2807ac69f69b84fd46a0b93bbd02a4fa48d3e70f4b2835ff0f72a2885040076",
41+
"version": "3.8.19",
4242
"licenses": ["Python-2.0", "CNRI-Python"],
4343
"license_file": "LICENSE.cpython.txt",
4444
"python_tag": "cp38",
4545
},
4646
"cpython-3.9": {
47-
"url": "https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tar.xz",
47+
"url": "https://www.python.org/ftp/python/3.9.19/Python-3.9.19.tar.xz",
4848
"size": 19673928,
49-
"sha256": "01597db0132c1cf7b331eff68ae09b5a235a3c3caa9c944c29cac7d1c4c4c00a",
50-
"version": "3.9.18",
49+
"sha256": "d4892cd1618f6458cb851208c030df1482779609d0f3939991bd38184f8c679e",
50+
"version": "3.9.19",
5151
"licenses": ["Python-2.0", "CNRI-Python"],
5252
"license_file": "LICENSE.cpython.txt",
5353
"python_tag": "cp39",
5454
},
5555
"cpython-3.10": {
56-
"url": "https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tar.xz",
56+
"url": "https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tar.xz",
5757
"size": 19663088,
58-
"sha256": "5c88848668640d3e152b35b4536ef1c23b2ca4bd2c957ef1ecbb053f571dd3f6",
59-
"version": "3.10.13",
58+
"sha256": "9c50481faa8c2832329ba0fc8868d0a606a680fc4f60ec48d26ce8e076751fda",
59+
"version": "3.10.14",
6060
"licenses": ["Python-2.0", "CNRI-Python"],
6161
"license_file": "LICENSE.cpython.txt",
6262
"python_tag": "cp310",

0 commit comments

Comments
 (0)