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
{{ message }}
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
Our code uses f-strings which are only available in >= Python 3.6. We should remove them or at least specify in the README that we don't support <= 3.5
The text was updated successfully, but these errors were encountered:
Python 3.5 is not EOL until September 13 2020 (https://devguide.python.org/#status-of-python-branches). I think it makes sense to support the oldest supported release of Python. I think the correct approach is to remove the f-strings.
I think its worth stating in the README that supported versions are 3.5+
Description
Our code uses
f-strings
which are only available in >= Python 3.6. We should remove them or at least specify in theREADME
that we don't support <= 3.5The text was updated successfully, but these errors were encountered: