automation: install latest Python versions in Linux environment
Let's keep our Linux environment up to date.
Differential Revision: https://phab.mercurial-scm.org/D10674
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)