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
"The documentation for functools.cache states that it's only available from Python 3.9 onwards. If you're using an earlier version then the documentation also states that it's the same as using lru_cache(maxsize=None), so that's probably your best option."
But the project is declared as supporting
python >=3.7
(at https://github.com/googlefonts/shaperglot/blob/main/pyproject.toml#L31)"The documentation for functools.cache states that it's only available from Python 3.9 onwards. If you're using an earlier version then the documentation also states that it's the same as using lru_cache(maxsize=None), so that's probably your best option."
--source: https://stackoverflow.com/a/66846753
The text was updated successfully, but these errors were encountered: