Python 3.1 is not supported anymore.

This commit is contained in:
Berker Peksag 2014-10-14 15:27:46 +03:00
parent e8111b93ea
commit 78fb66ee7e
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.6** or **Python 3.x >= 3.1**. Gunicorn requires **Python 2.x >= 2.6** or **Python 3.x >= 3.2**.
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.6 or 3.x >= 3.1 * Compatible with Python 2.x >= 2.6 or 3.x >= 3.2
.. note:: .. note::

View File

@ -4,7 +4,7 @@ Installation
.. highlight:: bash .. highlight:: bash
:Requirements: **Python 2.x >= 2.6** or **Python 3.x >= 3.1** :Requirements: **Python 2.x >= 2.6** or **Python 3.x >= 3.2**
To install the latest released version of Gunicorn:: To install the latest released version of Gunicorn::