aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--doc/developers.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0ca1c59..f1cb6d9 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ pyexiv2 0.3.0 "A Good Year" - 2010-12-31
Dependencies:
-- Python ≥ 2.5
+- Python ≥ 2.6
- libexiv2 ≥ 0.19
- boost.python ≥ 1.38
diff --git a/README b/README
index 0e813a8..75e9bf9 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ those are optional dependencies.
This is a typical list of build dependencies for a Debian/Ubuntu system:
- * python-all-dev (≥ 2.5)
+ * python-all-dev (≥ 2.6)
* scons
* libexiv2-dev (≥ 0.19)
* libboost-python-dev (≥ 1.35)
diff --git a/doc/developers.rst b/doc/developers.rst
index 15b18f6..9fa4a1e 100644
--- a/doc/developers.rst
+++ b/doc/developers.rst
@@ -37,7 +37,7 @@ Dependencies
You will need the following dependencies installed on your system to build and
use pyexiv2:
-* `Python <http://python.org/download/>`_ ≥ 2.5
+* `Python <http://python.org/download/>`_ ≥ 2.6
* `boost.python <http://www.boost.org/libs/python/doc/>`_ ≥ 1.35
* `libexiv2 <http://exiv2.org/>`_ ≥ 0.19
* `SCons <http://scons.org/>`_