PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278 stars 72 forks source link

Drop Python 3.2 test support #58

Closed pgjones closed 8 years ago

pgjones commented 8 years ago

The Python 3.2 tests fail due to the third party progress library no longer supporting Python 3 below 3.3, specifically PEP-414. Dropping the Python 3.2 tests is an easy fix justified as the last release of Python 3.2 is 3.2.7 which was released today, see PEP-3921.