Doc: remove python 2.7

This commit is contained in:
Rotzbua 2022-10-17 15:28:12 +02:00 committed by Florian Festi
parent 821cd9f185
commit 44a8604352
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ in the :code:`boxes.formats.Formats` class.
Python
......
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.
Boxes.py is implemented in Python 3. For supported minor version see `setup.py`.
Sphinx
......