I want to upgrade my Python 3 install to a specific version of python 3 (3.8.10), but I can't figure out the complete version that "windows package manager" is expecting.
winget upgrade --id Python.Python.3 --version 3.8.10
says "No version found matching 3.8.10"
My current version is 3.6.8150.0. What is the 8150 number? I can't find documentation of that anywhere.