Drop support for Python 3.6
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 28 Feb 2022 19:55:37 +0000 (19:55 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 28 Feb 2022 19:55:37 +0000 (19:55 +0000)
commit5872d07f0ed969733b9c7e3e82f7c72ca6ef8cee
treea8e2f10027721859a266dd67a4d7eb8930f3c73a
parent81df619f2a5f5ad8734c8db20caaf35ecaca843f
Drop support for Python 3.6

As Python 3.6 officially reached end of life 2 months ago, remove
support for it. Also simplify our reload handler now that we no
longer need a separate workaround for interpreters older than 3.7.
mudpy/__init__.py
setup.cfg