From 493b2a22b8bebf7bffca802ffd41a6c639552509 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Thu, 18 Apr 2013 18:28:51 +0200 Subject: [PATCH] [#784] Update the support versions of Python and Postgres --- doc/install-from-source.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-from-source.rst b/doc/install-from-source.rst index 6860d767080..e5aa0feeb21 100644 --- a/doc/install-from-source.rst +++ b/doc/install-from-source.rst @@ -31,8 +31,8 @@ wiki page for help): ===================== =============================================== Package Description ===================== =============================================== -Python `The Python programming language, v2.5-2.7 `_ -PostgreSQL `The PostgreSQL database system `_ +Python `The Python programming language, v2.6 or 2.7 `_ +PostgreSQL `The PostgreSQL database system, v8.4 or newer `_ libpq `The C programmer's interface to PostgreSQL `_ pip `A tool for installing and managing Python packages `_ virtualenv `The virtual Python environment builder `_