Merge pull request #914 from berkerpeksag/remove-3.1-support

Python 3.1 is not supported anymore.
This commit is contained in:
Benoit Chesneau 2014-10-14 15:23:02 +02:00
commit 9966db109e
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -18,7 +18,7 @@ Features
* Simple Python configuration
* Multiple worker configurations
* 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::

View File

@ -4,7 +4,7 @@ Installation
.. 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::