bump requirements

This commit is contained in:
benoitc 2012-10-27 12:33:50 +02:00
parent af473a8b43
commit 88b6b6a196
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ http://docs.gunicorn.org
Installation 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:: Install from sources::

View File

@ -18,7 +18,7 @@ Features
* Simple Python configuration * Simple Python configuration
* Multiple worker configurations * Multiple worker configurations
* Various server hooks for extensibility * Various server hooks for extensibility
* Compatible with Python 2.x >= 2.5 * Compatible with Python 2.x >= 2.6
.. note:: .. note::

View File

@ -7,7 +7,7 @@ Follow the following steps to install Gunicorn.
Requirements 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 - setuptools >= 0.6c6
- nosetests (for the test suite only) - nosetests (for the test suite only)