diff --git a/typing_extensions/README.rst b/typing_extensions/README.rst index 3730457f4..50f514ba0 100644 --- a/typing_extensions/README.rst +++ b/typing_extensions/README.rst @@ -25,8 +25,8 @@ haven't yet figured out how to deal with that possibility. Starting with version 4.0.0, ``typing_extensions`` uses `Semantic Versioning `_. The -major version is incremented for all backwards-incompatible changes, including -dropping support for older Python versions. Therefore, it's safe to depend +major version is incremented for all backwards-incompatible changes. +Therefore, it's safe to depend on ``typing_extensions`` like this: ``typing_extensions >=x.y, <(x+1)``, where ``x.y`` is the first version that includes all features you need.