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


No differences found