we support python 3 since a while

This commit is contained in:
benoitc 2013-08-19 10:38:10 +02:00
parent b3d85a0b67
commit ded4df3ed5

View File

@ -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)