File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff 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"
564564fi
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"
570570fi
571571
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments