From 1adc288f70699886559511cf967d7b393ba9c60f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 10 Dec 2025 23:24:05 +0530 Subject: [PATCH] Bump python patch version Might as well since we are anyway updating all deps and 3.14.2 fixes various regression in 3.14. --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index e15111b84a..836701f4eb 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -193,10 +193,10 @@ }, { - "name": "python 3.14.1", + "name": "python 3.14.2", "unix": { "file_extension": "tar.xz", - "hash": "sha256:8dfa08b1959d9d15838a1c2dab77dc8d8ff4a553a1ed046dfacbc8095c6d42fc", + "hash": "sha256:ce543ab854bc256b61b71e9b27f831ffd1bfd60a479d639f8be7f9757cf573e9", "urls": ["https://www.python.org/ftp/python/{version}/Python-{version}.{file_extension}"] } },