flake8-eradicate icon indicating copy to clipboard operation
flake8-eradicate copied to clipboard

Remove <4.0 Python Requirement

Open rbebb opened this issue 2 years ago • 1 comments

Since flake8-eradicate uses ^3.8 for its Python version range, this requires downstream projects that use poetry to set <4.0 as an upper bound for Python. It would be great if the Python version range could be changed to >=3.8 so that the upper bound isn't propagated downstream.

rbebb avatar Jun 12 '23 14:06 rbebb

What is the reason not to do that? We (even I) don't know anything about Python4, it is safe to assume that it will break quite some things.

sobolevn avatar Jun 12 '23 15:06 sobolevn