Replace format with f-strings
iamdefinitelyahuman opened this issue · comments
Ben Hauser commented
Overview
Replace .format
with f-strings. This will drop support for <3.6
so needs to be part of v1.0.0
.
Specification
Self explanatory. Be sure to also update setup.py
to reflect the dropped support.