ikamensh / flynt

A tool to automatically convert old string literal formatting to f-strings
MIT License
685 stars 33 forks source link

Declare support for Python 3.11 and use stdlib tomllib #158

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

Declare support for Python 3.11 via Trove classifiers.

Also tomli has been added to the Python stdlib in 3.11, let's use that directly and avoid installing an extra dependency:

ikamensh commented 1 year ago

Thanks for the PR!