Skip to content

Commit 5f38dab

Browse files
authored
Switch default tag to plain '3.14' (#19)
1 parent fb91f7b commit 5f38dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manage/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# or check out the docs for administrative controls:
2323
# https://docs.python.org/using/windows
2424
DEFAULT_SOURCE_URL = "https://www.python.org/ftp/python/index-windows.json"
25-
DEFAULT_TAG = "3.14-dev"
25+
DEFAULT_TAG = "3.14"
2626

2727

2828
COPYRIGHT = f"""Python installation manager {__version__}

0 commit comments

Comments
 (0)