Drop support for Mercurial 5.2 & 5.3 as well as Python 3.6
- Python 3.6 doesn't include the
importlib.resources
module. - Mercurial 5.2 has somewhat worse support for Python 3.x than later releases.
- Mercurial 5.3 is just really old by now.
importlib.resources
module.