From 88b6b6a196a0ae70c89fa68ccc58fc613d3152b2 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 27 Oct 2012 12:33:50 +0200 Subject: [PATCH] bump requirements --- README.rst | 2 +- docs/source/index.rst | 2 +- docs/source/install.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)