googlefonts / shaperglot

Test font files for language support
Apache License 2.0
31 stars 5 forks source link

Use @lru_cache(maxsize=None) instead of @cache #29

Closed felipesanches closed 1 year ago

felipesanches commented 1 year ago

...so that the program can be used not only on python 3.9, but also on 3.7 and 3.8 (issue #27)

simoncozens commented 1 year ago

3.7 is dead, but 3.8 is still alive (only just), so thank you!