Install source and version
Version: 26.1
Describe the bug
Updating a Python 3.14.4 install causes 3.14.5rc1 to be installed.
To Reproduce
Steps to reproduce the behavior:
py uninstall --purge
py install 3
py install --update
Expected behavior
py install 3 should install the latest stable version (3.14.4, which it does) and py install --update should update to the latest stable version.
If rc is considered stable, then it should be installed by py install 3.
Additional context
If you have log files (check your %TEMP% directory!), drag-and-drop them here to include them.
py uninstall --purge
python_uninstall_20260509102242_17604.log
py install 3
python_install_20260509102345_33860.log
py install --update
python_install_20260509102412_3436.log
Install source and version
winget install 9NQ7512CXL7TVersion: 26.1
Describe the bug
Updating a Python 3.14.4 install causes 3.14.5rc1 to be installed.
To Reproduce
Steps to reproduce the behavior:
py uninstall --purgepy install 3py install --updateExpected behavior
py install 3should install the latest stable version (3.14.4, which it does) andpy install --updateshould update to the latest stable version.If rc is considered stable, then it should be installed by
py install 3.Additional context
If you have log files (check your
%TEMP%directory!), drag-and-drop them here to include them.py uninstall --purgepython_uninstall_20260509102242_17604.log
py install 3python_install_20260509102345_33860.log
py install --updatepython_install_20260509102412_3436.log