Closed eumiro closed 3 years ago
Drop mention of old Python versions from PyPI classifiers and README.md.
Drop Travis because GHA works.
Upgrade the code automatically using pyupgrade --py36-plus.
pyupgrade --py36-plus
Convert formatted strings to f-strings (because we have 3.6 now!).
Closes #17
Drop mention of old Python versions from PyPI classifiers and README.md.
Drop Travis because GHA works.
Upgrade the code automatically using
pyupgrade --py36-plus
.Convert formatted strings to f-strings (because we have 3.6 now!).
Closes #17