aboutsummaryrefslogtreecommitdiff
path: root/Doc/source/optional.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/source/optional.rst')
-rw-r--r--Doc/source/optional.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/source/optional.rst b/Doc/source/optional.rst
index 09376a26..0ac22bfd 100644
--- a/Doc/source/optional.rst
+++ b/Doc/source/optional.rst
@@ -1,3 +1,5 @@
+:orphan:
+
Optional Dependencies
=====================
@@ -57,8 +59,8 @@ with ``ttx`` we use the ``unicodedata`` module in the Standard Library.
The version included in there varies between different Python versions.
To use the latest available data, you can install:
-* `unicodedata2 <https://pypi.python.org/pypi/unicodedata2>`__: ``unicodedata`` backport for Python 2.7
- and 3.x updated to the latest Unicode version 12.0. Note this is not necessary if you use Python 3.8
+* `unicodedata2 <https://pypi.python.org/pypi/unicodedata2>`__: ``unicodedata`` backport for Python
+ 3.x updated to the latest Unicode version 14.0. Note this is not necessary if you use Python 3.11
as the latter already comes with an up-to-date ``unicodedata``.
*Extra:* ``unicode``