diff --git a/doc/index.rst b/doc/index.rst index c22336fb..7b46ec5c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -363,6 +363,8 @@ Special typing primitives See :py:data:`typing.TypeAlias` and :pep:`613`. In ``typing`` since 3.10. + .. versionadded:: 3.10.0.0 + .. class:: TypeAliasType(name, value, *, type_params=()) See :py:class:`typing.TypeAliasType` and :pep:`695`. In ``typing`` since 3.12.