googlefonts / ufo2ft

A bridge from UFOs to FontTools objects (and therefore, OTFs and TTFs).
MIT License
151 stars 43 forks source link

drop Python 3.6, require >= 3.7 #541

Closed anthrotype closed 3 years ago

anthrotype commented 3 years ago

3.10 is out next week, while 3.6 reaches end of life at the end of this year. It's time to require 3.7 or greater, so we can finally use built-in dataclasses and more.

fontmake is also dropping 3.6 support: https://github.com/googlefonts/fontmake/pull/809

behdad commented 3 years ago

Sounds good!