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.
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.