You can install any version of Python, if available, using the following command:
conda install python="version"
E.g.
To install Python 3.10, you will run the following command on the terminal in the conda environment.
conda install python="3.10"
This will upgrade your Python version from 3.9 to 3.10.