From ecf18b7138565a68943ea04507dc08f5b719de8e Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 26 Feb 2020 16:04:56 +0200 Subject: [PATCH] Document Python support --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 095e5f92..fb9398f6 100644 --- a/README.rst +++ b/README.rst @@ -91,13 +91,15 @@ More documentation is available at https://html5lib.readthedocs.io/. Installation ------------ -html5lib works on CPython 2.7+, CPython 3.4+ and PyPy. To install it, -use: +html5lib works on CPython 2.7+, CPython 3.5+ and PyPy. To install: .. code-block:: bash $ pip install html5lib +The goal is to support a (non-strict) superset of the versions that [pip +supports](https://pip.pypa.io/en/stable/installing/#python-and-os-compatibility). + Optional Dependencies ---------------------