From 00b90c103702b9e0552594453d77f4affab5a279 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 5 Jan 2013 10:41:08 +0100 Subject: [PATCH] we actually support python 3 since the 0.16 version. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9ca6e8fd..42a752a7 100644 --- a/README.rst +++ b/README.rst @@ -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::