we actually support python 3 since the 0.16 version.

This commit is contained in:
benoitc 2013-01-05 10:41:08 +01:00
parent 517ac6281d
commit 00b90c1037

View File

@ -21,7 +21,7 @@ http://docs.gunicorn.org
Installation
------------
Gunicorn requires **Python 2.x >= 2.6**. Python 3.x support is planned.
Gunicorn requires **Python 2.x >= 2.6** or **Python 3.x >= 3.1**.
Install from sources::