googlefonts / glyphsLib

A bridge from Glyphs source files (.glyphs) to UFOs
Apache License 2.0
178 stars 51 forks source link

Fix: "DeprecationWarning: open_binary is deprecated." #986

Closed khaledhosny closed 4 months ago

khaledhosny commented 4 months ago

This requires Python 3.9, though, so lets keep open until we drop 3.8 support.

anthrotype commented 4 months ago

the importlib_resources backport should work for python < 3.9 if you really want to fix this now, you'd have to add it to the install_requires but only for python < 3.9