c-w / gutenberg

A simple interface to the Project Gutenberg corpus.
Apache License 2.0
322 stars 59 forks source link

Remove support for Python 3.2 #53

Closed hugovk closed 7 years ago

hugovk commented 8 years ago

Implements https://github.com/c-w/Gutenberg/issues/49.

Python 3.2 is failing because requests no longer supports it, and CPython 3.2 itself is no longer supported: https://en.wikipedia.org/wiki/CPython#Version_history

This PR also runs pyflakes and pep8 on the CI (although won't fail it), and fixes a few of findings.

sethwoodworth commented 7 years ago

Excellent. :shipit: please merge. I've opened #59 to track the removal of the from six import u shim.