diff --git a/README.rst b/README.rst index c2111eb8..05e8784e 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ http://docs.gunicorn.org Installation ------------ -Gunicorn requires **Python 2.x >= 2.5**. Python 3.x support is planned. +Gunicorn requires **Python 2.x >= 2.6**. Python 3.x support is planned. Install from sources:: diff --git a/docs/source/index.rst b/docs/source/index.rst index 68b75407..4814e500 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -18,7 +18,7 @@ Features * Simple Python configuration * Multiple worker configurations * Various server hooks for extensibility -* Compatible with Python 2.x >= 2.5 +* Compatible with Python 2.x >= 2.6 .. note:: diff --git a/docs/source/install.rst b/docs/source/install.rst index 038b4ee2..ed078a8e 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -7,7 +7,7 @@ Follow the following steps to install Gunicorn. Requirements ============ -- **Python 2.x >= 2.5** (Python 3.x will be supported soon) +- **Python 2.x >= 2.6** (Python 3.x will be supported soon) - setuptools >= 0.6c6 - nosetests (for the test suite only)