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
I think we need to remove support for python 3.6, since the current main uses from __future__ import annotation that raises SyntaxError: future feature annotations is not defined on py 3.6
I think we need to remove support for python 3.6, since the current main uses
from __future__ import annotationthat raisesSyntaxError: future feature annotations is not definedon py 3.6@zzzeek this probably requires 1.8?