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 tomli 2.0 #57

Closed Parnassius closed 2 years ago

Parnassius commented 2 years ago

Besides removing support for python 3.6, the only breaking changes in tomli 2.0 are in the first parameter of load/loads: it can no longer be passed by keyword, and in the case of load it must be a binary file object. Poe already does that, so no further changes are required.

nat-n commented 2 years ago

Thanks @Parnassius!

And here you go: https://github.com/nat-n/poethepoet/releases/tag/v0.13.1