From 1e52204d94d5b42b3bf9e8814de717f6cfa2d50b Mon Sep 17 00:00:00 2001 From: John Bickmore Date: Wed, 11 Sep 2019 14:55:35 +1000 Subject: [PATCH] Bump required Python version to 3.3 on Readme As mentioned on the release announcement https://gramps-project.org/introduction-WP/2019/08/gramps-5-1-0-released/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf316fdb..6ecd7d7ed 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Requirements ============ The following packages **MUST** be installed in order for Gramps to work: -* **Python** 3.2 or greater - The programming language used by Gramps. https://www.python.org/ +* **Python** 3.3 or greater - The programming language used by Gramps. https://www.python.org/ * **GTK** 3.12 or greater - A cross-platform widget toolkit for creating graphical user interfaces. http://www.gtk.org/ * **pygobject** 3.12 or greater - Python Bindings for GLib/GObject/GIO/GTK+ https://wiki.gnome.org/Projects/PyGObject