Skip to content

Commit 31349d7

Browse files
Bump stable Python versions: 3.12.12, 3.11.14, 3.10.19 and 3.9.24 (#817)
1 parent 1abe862 commit 31349d7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pythonbuild/downloads.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,37 +48,37 @@
4848
"license_file": "LICENSE.bzip2.txt",
4949
},
5050
"cpython-3.9": {
51-
"url": "https://www.python.org/ftp/python/3.9.23/Python-3.9.23.tar.xz",
52-
"size": 19659284,
53-
"sha256": "61a42919e13d539f7673cf11d1c404380e28e540510860b9d242196e165709c9",
54-
"version": "3.9.23",
51+
"url": "https://www.python.org/ftp/python/3.9.24/Python-3.9.24.tar.xz",
52+
"size": 20176216,
53+
"sha256": "668391afabd5083faafa4543753d190f82f33ce6ba22d6e9ac728b43644b278a",
54+
"version": "3.9.24",
5555
"licenses": ["Python-2.0", "CNRI-Python"],
5656
"license_file": "LICENSE.cpython.txt",
5757
"python_tag": "cp39",
5858
},
5959
"cpython-3.10": {
60-
"url": "https://www.python.org/ftp/python/3.10.18/Python-3.10.18.tar.xz",
61-
"size": 19619316,
62-
"sha256": "ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f",
63-
"version": "3.10.18",
60+
"url": "https://www.python.org/ftp/python/3.10.19/Python-3.10.19.tar.xz",
61+
"size": 19873020,
62+
"sha256": "c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c076",
63+
"version": "3.10.19",
6464
"licenses": ["Python-2.0", "CNRI-Python"],
6565
"license_file": "LICENSE.cpython.txt",
6666
"python_tag": "cp310",
6767
},
6868
"cpython-3.11": {
69-
"url": "https://www.python.org/ftp/python/3.11.13/Python-3.11.13.tar.xz",
70-
"size": 20117496,
71-
"sha256": "8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a",
72-
"version": "3.11.13",
69+
"url": "https://www.python.org/ftp/python/3.11.14/Python-3.11.14.tar.xz",
70+
"size": 20326860,
71+
"sha256": "8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78",
72+
"version": "3.11.14",
7373
"licenses": ["Python-2.0", "CNRI-Python"],
7474
"license_file": "LICENSE.cpython.txt",
7575
"python_tag": "cp311",
7676
},
7777
"cpython-3.12": {
78-
"url": "https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tar.xz",
79-
"size": 20525812,
80-
"sha256": "c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb",
81-
"version": "3.12.11",
78+
"url": "https://www.python.org/ftp/python/3.12.12/Python-3.12.12.tar.xz",
79+
"size": 20798712,
80+
"sha256": "fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4",
81+
"version": "3.12.12",
8282
"licenses": ["Python-2.0", "CNRI-Python"],
8383
"license_file": "LICENSE.cpython.txt",
8484
"python_tag": "cp312",

0 commit comments

Comments
 (0)