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
Typeguard with from __future__ import annontations does not work well with older versions of Python (throwing lots of TypeError: unsupported operand type(s) for |: 'type' and 'type').
Since typeguard on GA is running only on 3.10, I suggest have the same on nox session. Also typeguard seems a bit abandoned for now, while they do not find a new maintainer.
The text was updated successfully, but these errors were encountered:
Typeguard with
from __future__ import annontations
does not work well with older versions of Python (throwing lots ofTypeError: unsupported operand type(s) for |: 'type' and 'type'
).Since typeguard on GA is running only on 3.10, I suggest have the same on nox session. Also typeguard seems a bit abandoned for now, while they do not find a new maintainer.
The text was updated successfully, but these errors were encountered: