I am trying to install python version 3.8.7. According to the python documentation (https://docs.python.org/3.8/), this is the most up to date version of 3.8.
but if I run
pyenv install --list
I cannot see version 3.8.7 in the list of available downloads.
Does anyone know why this is or failing that, how I can upgrade to version 3.8.7 on Mac?