From 3b6c944ff523adb466db340f50fb4a34c48893bc Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Tue, 26 Mar 2019 08:49:30 +0000 Subject: [PATCH] Update python3 version info In Train, we will use python 3.6 and 3.7 for python3 runtime in our gate jobs [1]. This commit drops python 3.5 info and adds python 3.6 and 3.7 info. [1] https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I8f024505ed9b37c9f2b480f49b5000d75da42cc0 --- doc/source/contributor/testing.rst | 10 +++++++--- doc/source/install/system-requirements.rst | 8 ++------ setup.cfg | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) 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]