diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index 051f5ed61f..9f0c380eab 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -103,11 +103,15 @@ py27dj18, py27dj19, py27dj110 Runs the Python unit tests against Django 1.8, Django 1.9 and Django 1.10 respectively - -py35 +py36 ---- -Runs the Python unit tests with a Python 3.5 environment. +Runs the Python unit tests with a Python 3.6 environment. + +py37 +---- + +Runs the Python unit tests with a Python 3.7 environment. releasenotes ------------ diff --git a/doc/source/install/system-requirements.rst b/doc/source/install/system-requirements.rst index 31afff1a11..68f7799012 100644 --- a/doc/source/install/system-requirements.rst +++ b/doc/source/install/system-requirements.rst @@ -2,13 +2,9 @@ System Requirements =================== -The Stein release of horizon has the following dependencies. +The Train release of horizon has the following dependencies. -* Python 2.7 or 3.5 - - * Python 3.6 support is experimental. - * Python 3.7 (or later versions if any) support will be considered - along with the OpenStack community support policy. +* Python 2.7, 3.6 or 3.7 * Django 1.11 or 2.0 diff --git a/setup.cfg b/setup.cfg index a29c0b04f4..d14f46b4ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,8 +20,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Topic :: Internet :: WWW/HTTP [global]