nat-n / poethepoet

A task runner that works well with poetry.
https://poethepoet.natn.io/
MIT License
1.4k stars 58 forks source link

Remove the upper bound on Python 4.0 #49

Closed Parnassius closed 2 years ago

Parnassius commented 2 years ago

Now that both pylint and astroid no longer have the cap on the python version it can be removed from poe as well.

Closes #43