The [Never](https://docs.python.org/3.11/library/typing.html#typing.Never) type was introduced in Python 3.11. Trycast should recognize it in the same places that `NoReturn` is accepted.
The Never type was introduced in Python 3.11. Trycast should recognize it in the same places that
NoReturnis accepted.