Drop Python 2 compatibility from the install docs

This commit is contained in:
Florian Festi 2019-09-06 19:23:58 +02:00
parent b6165d5d28
commit ecbb159c90
1 changed files with 2 additions and 3 deletions

View File

@ -44,9 +44,8 @@ in the :code:`boxes.formats.Formats` class.
Python
......
Boxes.py - while defaulting to Python 3 - can also run on Python 2.7.
If you encounter any compatibility issues please report them at the
`GitHub project <https://github.com/florianfesti/boxes>`__.
Boxes.py is implemented in Python 3. It used to work on Python 2.7,
too. But with the Python 2 approaching end of life support has been dropped.
Sphinx
......