Skip to content

Commit 6945a61

Browse files
authored
Bump to 3.14.1 and 3.13.10 (#900)
- **Bump to CPython 3.14.1** - **Bump to CPython 3.13.10**
1 parent f7bfc24 commit 6945a61

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

cpython-unix/build-cpython.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,9 @@ if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" && -n "${CROSS_COMPILING}" && "$
563563
PROFILE_TASK="${PROFILE_TASK} --ignore test_strftime_y2k"
564564
fi
565565

566-
# On 3.15+ `test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding` fails during
566+
# On 3.14+ `test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding` fails during
567567
# PGO due to RecursionError not being raised as expected. See https://github.com/python/cpython/issues/140125
568-
if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_15}" ]]; then
568+
if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]]; then
569569
PROFILE_TASK="${PROFILE_TASK} --ignore test_json"
570570
fi
571571

pythonbuild/downloads.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,19 @@
7575
"python_tag": "cp312",
7676
},
7777
"cpython-3.13": {
78-
"url": "https://www.python.org/ftp/python/3.13.9/Python-3.13.9.tar.xz",
79-
"size": 22681368,
80-
"sha256": "ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c66",
81-
"version": "3.13.9",
78+
"url": "https://www.python.org/ftp/python/3.13.10/Python-3.13.10.tar.xz",
79+
"size": 22714348,
80+
"sha256": "bc673c04375a1a3f0808c27ba8f0411ab811ad390a8740318ccb9c60fad8fd77",
81+
"version": "3.13.10",
8282
"licenses": ["Python-2.0", "CNRI-Python"],
8383
"license_file": "LICENSE.cpython.txt",
8484
"python_tag": "cp313",
8585
},
8686
"cpython-3.14": {
87-
"url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0.tar.xz",
88-
"size": 23595844,
89-
"sha256": "2299dae542d395ce3883aca00d3c910307cd68e0b2f7336098c8e7b7eee9f3e9",
90-
"version": "3.14.0",
87+
"url": "https://www.python.org/ftp/python/3.14.1/Python-3.14.1.tar.xz",
88+
"size": 23563532,
89+
"sha256": "8dfa08b1959d9d15838a1c2dab77dc8d8ff4a553a1ed046dfacbc8095c6d42fc",
90+
"version": "3.14.1",
9191
"licenses": ["Python-2.0", "CNRI-Python"],
9292
"license_file": "LICENSE.cpython.txt",
9393
"python_tag": "cp314",

0 commit comments

Comments
 (0)