forked from orbit-oss/flask
WSGI specification has finalized for Python 3
Mention Python 3.x is not supported
This commit is contained in:
parent
ff2e8449ff
commit
7a3d74f19f
1 changed files with 1 additions and 3 deletions
|
|
@ -14,9 +14,7 @@ could do that, but the most kick-ass method is virtualenv, so let's have a look
|
||||||
at that first.
|
at that first.
|
||||||
|
|
||||||
You will need Python 2.5 or higher to get started, so be sure to have an
|
You will need Python 2.5 or higher to get started, so be sure to have an
|
||||||
up-to-date Python 2.x installation. At the time of writing, the WSGI
|
up-to-date Python 2.x installation. Python 3.x is not supported.
|
||||||
specification has not yet been finalized for Python 3, so Flask cannot support
|
|
||||||
the 3.x series of Python.
|
|
||||||
|
|
||||||
.. _virtualenv:
|
.. _virtualenv:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue