From 5fab30b36faaa1cbbe6f9835322823592c6a7564 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 5 Nov 2023 17:59:19 +0530 Subject: [PATCH] Bump version of bundled python --- bypy/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 0189f01ca..f0f6c37c9 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -147,9 +147,9 @@ { "name": "python", "unix": { - "filename": "Python-3.9.4.tar.xz", - "hash": "sha256:4b0e6644a76f8df864ae24ac500a51bbf68bd098f6a173e27d3b61cdca9aa134", - "urls": ["https://www.python.org/ftp/python/3.9.4/{filename}"] + "filename": "Python-3.11.6.tar.xz", + "hash": "sha256:0fab78fa7f133f4f38210c6260d90d7c0d5c7198446419ce057ec7ac2e6f5f38", + "urls": ["https://www.python.org/ftp/python/3.11.6/{filename}"] } },