From 9ce598fbebded3afdfeff7b10acbaba6fcb6c7d8 Mon Sep 17 00:00:00 2001 From: Nate Clark <129341001+NateClarkTech@users.noreply.github.com> Date: Fri, 1 Aug 2025 09:35:39 -0700 Subject: [PATCH] Updated Python Version to Latest (#3509) Updated the list so that Python 3.13 is installed instead of Python 3.12 --- config/applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/applications.json b/config/applications.json index 881d21f3..d2212d28 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1741,7 +1741,7 @@ "content": "Python3", "description": "Python is a versatile programming language used for web development, data analysis, artificial intelligence, and more.", "link": "https://www.python.org/", - "winget": "Python.Python.3.12" + "winget": "Python.Python.3.13" }, "qbittorrent": { "category": "Utilities",