From 2b818b78e8c8185b144cc5042e61a5ff03373beb Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Mon, 19 Apr 2021 05:03:33 +0000 Subject: [PATCH] Update README.rst --- README.rst | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.rst b/README.rst index 680f523..446b26a 100644 --- a/README.rst +++ b/README.rst @@ -7,21 +7,7 @@ Invoice/Receipt Generator. Dependency ---------- * Reportlab -* Python 2.6+/3.3+ - -+-------------------+-------------------+-------------------+-------------------+-------------------+ -| | Python 2.6 | Python 2.7 | Python 3.3 | Python 3.4 | -+-------------------+-------------------+-------------------+-------------------+-------------------+ -| Reportlab 2.6 | ✓ | ✓ | | | -+-------------------+-------------------+-------------------+-------------------+-------------------+ -| Reportlab 2.7 | ✓ | ✓ | | | -+-------------------+-------------------+-------------------+-------------------+-------------------+ -| Reportlab 3.0 | | ✓ | ✓ | ✓ | -+-------------------+-------------------+-------------------+-------------------+-------------------+ -| Reportlab 3.1.44 | | ✓ | ✓ | ✓ | -+-------------------+-------------------+-------------------+-------------------+-------------------+ -| Reportlab 3.2 | | ✓ | ✓ | ✓ | -+-------------------+-------------------+-------------------+-------------------+-------------------+ +* Only tested with Python >3.6 – may work with any Python >2.6 with a corresponding Reportlab version, but no promises. Use Python3! Install -------