From 6248d07e2290673b5864663f808af0219f42df5b Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 29 Apr 2025 10:19:00 +0100 Subject: [PATCH] Switch default tag to plain '3.14' --- src/manage/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manage/commands.py b/src/manage/commands.py index e9242d8..b9f389a 100644 --- a/src/manage/commands.py +++ b/src/manage/commands.py @@ -22,7 +22,7 @@ # or check out the docs for administrative controls: # https://docs.python.org/using/windows DEFAULT_SOURCE_URL = "https://www.python.org/ftp/python/index-windows.json" -DEFAULT_TAG = "3.14-dev" +DEFAULT_TAG = "3.14" COPYRIGHT = f"""Python installation manager {__version__}