You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: