Install source and version
Version: 25.1 (also with 25.0)
Describe the bug
py list --online only shows outdated patch versions for python versions before 3.13:
- 3.12.10 instead of 3.12.12
- 3.11.9 instead of 3.11.14
- 3.10.11 instead of 3.10.19
Same applies to py install (with or without --update). I have no clue where py gets its version data (probably some web service),
To Reproduce
- run
py install 3.12
Expected behavior
python 3.12.12 should be installed
Install source and version
Version: 25.1 (also with 25.0)
Describe the bug
py list --onlineonly shows outdated patch versions for python versions before 3.13:Same applies to
py install(with or without--update). I have no clue where py gets its version data (probably some web service),To Reproduce
py install 3.12Expected behavior
python 3.12.12 should be installed