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

tox: Test on current Python #192

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

tox envlist = ~py27,~ py37,py38,py39,py310,py311

sigmavirus24 commented 1 year ago

Let's drop 2.7 as well. Flake8 hasn't supported it for quite a while now