Python 3.8.0 is out, but I haven\'t been able to find any post on how to update to python 3.8 using conda - maybe they will wait for the official release? Any suggestions?>
Open Anaconda Prompt (base):
conda update -n base -c defaults conda
conda create -n python38 python=3.8
conda activate python38
python