diff --git a/README.rst b/README.rst index 1d43ba96..048b3ceb 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ http://docs.gunicorn.org Installation ------------ -Gunicorn requires **Python 2.x >= 2.6** or **Python 3.x >= 3.1**. +Gunicorn requires **Python 2.x >= 2.6** or **Python 3.x >= 3.2**. Install from sources:: diff --git a/docs/source/index.rst b/docs/source/index.rst index b7e33b45..180abe0e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -18,7 +18,7 @@ Features * Simple Python configuration * Multiple worker configurations * Various server hooks for extensibility -* Compatible with Python 2.x >= 2.6 or 3.x >= 3.1 +* Compatible with Python 2.x >= 2.6 or 3.x >= 3.2 .. note:: diff --git a/docs/source/install.rst b/docs/source/install.rst index 4ef6f65f..c72996c2 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -4,7 +4,7 @@ Installation .. highlight:: bash -:Requirements: **Python 2.x >= 2.6** or **Python 3.x >= 3.1** +:Requirements: **Python 2.x >= 2.6** or **Python 3.x >= 3.2** To install the latest released version of Gunicorn::