Open Exorcism0666 opened 8 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
This might be due to the py
in the version number, possibly causing it to be interpreted as a string instead of a semantic number. I believe the string py39
sorts higher than py31
.
I think it would be better splitting them into sub-packages. I'm currently using py312_24.1.2-0
as the latest version, while winget.exe
thinks py39_23.3.1-0
is newer.
Telling them apart with Anaconda.Miniconda3.py312
, Anaconda.Miniconda3.py39
would be better. Then we can just keep semantic number 24.1.2-0
and 23.3.1-0
for tagging manifests.
This should be fixed now, by removing the real old versions.
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
py39_4.10.3 is proposed as the latest update when in fact it is py311_23.11.0-2 that is the latest update.
Steps to reproduce
winget search Anaconda
Actual behavior
The "latest" version of Anaconda.Miniconda3 is py39_4.10.3
Expected behavior
The latest version of Anaconda.Miniconda3 should be py311_23.11.0-2
Environment
Screenshots and Logs