Skip to content

Commit 0fe6df4

Browse files
hugovkgsnedders
authored andcommitted
Document Python support
1 parent 6c21db2 commit 0fe6df4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,15 @@ More documentation is available at https://html5lib.readthedocs.io/.
9191
Installation
9292
------------
9393

94-
html5lib works on CPython 2.7+, CPython 3.4+ and PyPy. To install it,
95-
use:
94+
html5lib works on CPython 2.7+, CPython 3.5+ and PyPy. To install:
9695

9796
.. code-block:: bash
9897
9998
$ pip install html5lib
10099
100+
The goal is to support a (non-strict) superset of the versions that [pip
101+
supports](https://pip.pypa.io/en/stable/installing/#python-and-os-compatibility).
102+
101103

102104
Optional Dependencies
103105
---------------------

0 commit comments

Comments
 (0)