From dedf3f52e84ce57a2b00447f78d86045d4c3a9ae Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 8 May 2022 20:42:37 +0200 Subject: [PATCH] python2 removed --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index c1c4b1d..5ebacfd 100644 --- a/__init__.py +++ b/__init__.py @@ -41,7 +41,7 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) __DESCRIPTION__ = """The Module {\\tt %s} is designed to store information in {\\tt json} or {\\tt pickle} files to support them much faster then generating them from the original source file. For more Information read the documentation.""" % __name__.replace('_', '\_') """The Module Description""" -__INTERPRETER__ = (2, 3) +__INTERPRETER__ = (3, ) """The Tested Interpreter-Versions"""