Skip to content

Commit 7442a32

Browse files
authored
Bump 3.10, 3.11, and 3.12 (#993)
1 parent 03f0839 commit 7442a32

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pythonbuild/downloads.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,28 @@
4848
"license_file": "LICENSE.bzip2.txt",
4949
},
5050
"cpython-3.10": {
51-
"url": "https://www.python.org/ftp/python/3.10.19/Python-3.10.19.tar.xz",
52-
"size": 19873020,
53-
"sha256": "c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c076",
54-
"version": "3.10.19",
51+
"url": "https://www.python.org/ftp/python/3.10.20/Python-3.10.20.tar.xz",
52+
"size": 19868028,
53+
"sha256": "de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec0647505",
54+
"version": "3.10.20",
5555
"licenses": ["Python-2.0", "CNRI-Python"],
5656
"license_file": "LICENSE.cpython.txt",
5757
"python_tag": "cp310",
5858
},
5959
"cpython-3.11": {
60-
"url": "https://www.python.org/ftp/python/3.11.14/Python-3.11.14.tar.xz",
61-
"size": 20326860,
62-
"sha256": "8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78",
63-
"version": "3.11.14",
60+
"url": "https://www.python.org/ftp/python/3.11.15/Python-3.11.15.tar.xz",
61+
"size": 20332596,
62+
"sha256": "272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625",
63+
"version": "3.11.15",
6464
"licenses": ["Python-2.0", "CNRI-Python"],
6565
"license_file": "LICENSE.cpython.txt",
6666
"python_tag": "cp311",
6767
},
6868
"cpython-3.12": {
69-
"url": "https://www.python.org/ftp/python/3.12.12/Python-3.12.12.tar.xz",
70-
"size": 20798712,
71-
"sha256": "fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4",
72-
"version": "3.12.12",
69+
"url": "https://www.python.org/ftp/python/3.12.13/Python-3.12.13.tar.xz",
70+
"size": 20801708,
71+
"sha256": "c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684",
72+
"version": "3.12.13",
7373
"licenses": ["Python-2.0", "CNRI-Python"],
7474
"license_file": "LICENSE.cpython.txt",
7575
"python_tag": "cp312",

0 commit comments

Comments
 (0)