From f674f8c79398df4759c74ec8cf8e4a540bd9a4d1 Mon Sep 17 00:00:00 2001 From: johnbywater Date: Thu, 7 Nov 2024 16:57:54 +0000 Subject: [PATCH] Simplified and corrected preamble in installing.rst. --- docs/topics/installing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/installing.rst b/docs/topics/installing.rst index d35a977e..81ba630e 100644 --- a/docs/topics/installing.rst +++ b/docs/topics/installing.rst @@ -3,11 +3,11 @@ Installation ============ This version of the library is compatible with Python versions 3.8, 3.9, -3.10, 3.11, 3.12, and 3.13. The library's suite of tests is run against these -versions and has 100% line and branch coverage. +3.10, 3.11, 3.12, and 3.13. This package depends only on modules from the Python Standard Library, -except for the extra install options described below. +except for ``typing_extensions`` and the extra install options described below. + Pip install ===========