JBKahn / flake8-debugger

flake8 debug statement checker
MIT License
41 stars 10 forks source link

Python 2 classifier disagrees with Python requirement #31

Open PeterJCLaw opened 1 year ago

PeterJCLaw commented 1 year ago

This package currently has a Programming Language :: Python :: 2 classifier, implying that it supports Python 2. However the package also has python_requires >= 3.7 suggesting otherwise. Which is correct?

The-Compiler commented 1 year ago

Python 2.7 support was dropped in 4.0.0 according to the changelog, so it was probably just an oversight in 57dcdb9f6c020d7332969afea9218d90303e9cfb causing the classifier to still be there.