Though it's no longer officially supported, it shouldn't be too hard to support Python 2.7 in this project. We aren't working with byte strings or using any exotic library, so I think it'd just be a matter of turning f-strings into the old-style % formatting and getting CI tests running for 2.7.
Though it's no longer officially supported, it shouldn't be too hard to support Python 2.7 in this project. We aren't working with byte strings or using any exotic library, so I think it'd just be a matter of turning f-strings into the old-style
%formatting and getting CI tests running for 2.7.