Closed MandarinoMcZumo closed 7 months ago
I'm not sure if there's an actual problem here – Mypy supports that syntax regardless of the Python version it's being run on, and that code will never be evaluated at runtime since it's in a if TYPE_CHECKING
block?
Closing since there is no additional information and we know Babel runs fine on versions older than 3.10 (for the time being).
Overview Description
Python syntax version incompatibility. The module dates.py applies the 3.10 union syntax. That is not compatible with older versions of python that the package should support. 3.10:
older: