Provide a way to install the most recent Python version in a release line

Good to know that just specifying python3.6 doesn’t automatically select the most recent version

Is there a way to specify the latest stable version within a release branch. It strikes me as odd behaviour that if you specify python 3.5, you do not get the last release by default

@BanzaiMan Is it okay if https://github.com/travis-ci/cpython-builder is made to detect available Python versions (from https://language-archives.travis-ci.com/builds/python/ubuntu), then automatically set $ALIAS and build two archives – with alias (if set) and without?

Then the x.y archive will be updated whenever you build the latest release in the corresponding release line.