From c82ec4c65b60cc88051571ca2fb6d08d44773d4c Mon Sep 17 00:00:00 2001 From: prculley Date: Wed, 13 Feb 2019 08:27:24 -0600 Subject: [PATCH] Bump required Python version to 3.3 --- gramps/grampsapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/grampsapp.py b/gramps/grampsapp.py index 37e7e0db1..c0a1afb49 100644 --- a/gramps/grampsapp.py +++ b/gramps/grampsapp.py @@ -167,7 +167,7 @@ from .gen.mime import mime_type_is_defined # #------------------------------------------------------------------------- -MIN_PYTHON_VERSION = (3, 2, 0, '', 0) +MIN_PYTHON_VERSION = (3, 3, 0, '', 0) if not sys.version_info >= MIN_PYTHON_VERSION: logging.warning(_("Your Python version does not meet the " "requirements. At least python %(v1)d.%(v2)d.%(v3)d is needed to"