Drop Python 3.3 support
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 17 Jul 2018 23:51:14 +0000 (23:51 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 17 Jul 2018 23:51:14 +0000 (23:51 +0000)
commit67d2ae740cec65ef7e3c784106e13c22a6ca5eaa
treec8fa982a45b19e46f785789d7e56c579d41b1752
parent3013bbd5c13d29b01462c90566f13ce4476a6f9a
Drop Python 3.3 support

Since wheel 0.30 and later no longer works with Python 3.3, it's
increasingly hard to test. Very few old platforms are likely to lack
Python 3.4 or later so this is a relatively safe move.

Also clean up some 3.3 workarounds as they're no longer needed if we
don't support running on it.
README
mudpy/__init__.py
mudpy/daemon.py
setup.cfg