We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fdf28 commit 6248d07Copy full SHA for 6248d07
src/manage/commands.py
@@ -22,7 +22,7 @@
22
# or check out the docs for administrative controls:
23
# https://docs.python.org/using/windows
24
DEFAULT_SOURCE_URL = "https://www.python.org/ftp/python/index-windows.json"
25
-DEFAULT_TAG = "3.14-dev"
+DEFAULT_TAG = "3.14"
26
27
28
COPYRIGHT = f"""Python installation manager {__version__}
0 commit comments