I need to ensure support up to and including the latest minor version of Python 3.x. How could I go about determining the latest version of Python 3 currently released, programatically from the command line in Bash?
I recognize that this will likely require querying some external source via the internet, which is acceptable. I just need to know how to do so.