mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #914 from berkerpeksag/remove-3.1-support
Python 3.1 is not supported anymore.
This commit is contained in:
commit
9966db109e
@ -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::
|
||||||
|
|
||||||
|
|||||||
@ -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::
|
||||||
|
|||||||
@ -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::
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user