From ecbb159c90e4ad559d5a62c7bd157e890e2e266f Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Fri, 6 Sep 2019 19:23:58 +0200 Subject: [PATCH] Drop Python 2 compatibility from the install docs --- documentation/src/install.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/src/install.rst b/documentation/src/install.rst index 16c2f80..61ef17a 100644 --- a/documentation/src/install.rst +++ b/documentation/src/install.rst @@ -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 `__. +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 ......