From e24a06efe6770ab6c55c0f3428b22260a8f1f65f Mon Sep 17 00:00:00 2001 From: Altina Orion <139891033+Altina-oz@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:38:12 +0800 Subject: [PATCH] Update python 3.13 and 3.11.9 (for linux) (#5788) * Update python 3.13 and 3.11.9 (for linux) wondering how to update download links for windows... * Update xmake.lua --- packages/p/python/xmake.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/p/python/xmake.lua b/packages/p/python/xmake.lua index 89730ba3a..f0c013722 100644 --- a/packages/p/python/xmake.lua +++ b/packages/p/python/xmake.lua @@ -46,7 +46,9 @@ package("python") add_versions("3.10.11", "f3db31b668efa983508bd67b5712898aa4247899a346f2eb745734699ccd3859") add_versions("3.11.3", "1a79f3df32265d9e6625f1a0b31c28eb1594df911403d11f3320ee1da1b3e048") add_versions("3.11.8", "d3019a613b9e8761d260d9ebe3bd4df63976de30464e5c0189566e1ae3f61889") + add_versions("3.11.9", "e7de3240a8bc2b1e1ba5c81bf943f06861ff494b69fda990ce2722a504c6153d") add_versions("3.12.3", "a6b9459f45a6ebbbc1af44f5762623fa355a0c87208ed417628b379d762dddb0") + add_versions("3.13.0", "12445c7b3db3126c41190bfdc1c8239c39c719404e844babbd015a1bc3fafcd4") end add_configs("headeronly", {description = "Use header only version.", default = false, type = "boolean"})