From 7d0c7ce4f5eb6b27e0c965e9c5e05660604a98aa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 7 Mar 2026 09:24:14 +0530 Subject: [PATCH] Bump version of Python used in binary builds --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index f7c66ea68..d1ec97982 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -145,10 +145,10 @@ }, { - "name": "python 3.12.12", + "name": "python 3.14.3", "unix": { "file_extension": "tar.xz", - "hash": "sha256:fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4", + "hash": "sha256:a97d5549e9ad81fe17159ed02c68774ad5d266c72f8d9a0b5a9c371fe85d902b", "urls": ["https://www.python.org/ftp/python/{version}/Python-{version}.{file_extension}"] } },