I'm currently trying to upgrade the python version from 3.8.5 to 3.8.8 on Ubuntu 20.04 LTS.
I've been able to find information to upgrade python version from version X.Y1 to X.Y2 (minor release in semantic version),
but not to upgrade version from X.Y.Z1 to X.Y.Z2 (patch level in semantic version).
I've tried (without success) the recommendations listed in:
- Updating Python on Ubuntu system
- https://linuxize.com/post/how-to-install-python-3-8-on-ubuntu-18-04/
I'm also planning to migrate my project to 3.9.6 in July and I would like to have a robust and simple method to upgrade the version with the next python 3.9 patches .