From ded4df3ed52d36cf044e6dc966f31f6b7d72d06b Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 19 Aug 2013 10:38:10 +0200 Subject: [PATCH] we support python 3 since a while --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 041b004c..7d284faf 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -7,7 +7,7 @@ Follow the following steps to install Gunicorn. Requirements ============ -- **Python 2.x >= 2.6** (Python 3.x will be supported soon) +- **Python 2.x >= 2.6** or **Python 3.x >= 3.1** - setuptools >= 0.6c6 - nosetests (for the test suite only)