using-final-decorator-in-unsupported-version / W2602ΒΆ

Message emitted:

typing.final is not supported by all versions included in the py-version setting

Description:

Used when the py-version set by the user is lower than 3.8 and pylint encounters a ``typing.final`` decorator.

Created by unsupported_version checker