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)
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.


No differences found