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)
commitd3af29d32745151a94bfac7a05bcf704cdb58484
treec8fa982a45b19e46f785789d7e56c579d41b1752
parent32e83bf3ce8d6abaddd5e3b953551727287246c9
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