Changed paths:
M Lib/fontTools/misc/enumTools.py
M Lib/fontTools/pens/pointPen.py
Log Message:
-----------
[enumTools] drop the StrEnum backport now that we require 3.11
enum.StrEnum is always available, so pointPen imports it straight from the
stdlib. fontTools.misc.enumTools has been public since 4.60.0, so I left it
as a re-export instead of removing it.