Merge "Update python3 version info"

This commit is contained in:
Zuul 2019-04-02 12:44:23 +00:00 committed by Gerrit Code Review
commit d6cb98529a
3 changed files with 10 additions and 10 deletions

View File

@ -103,11 +103,15 @@ py27dj18, py27dj19, py27dj110
Runs the Python unit tests against Django 1.8, Django 1.9 and Django 1.10 Runs the Python unit tests against Django 1.8, Django 1.9 and Django 1.10
respectively respectively
py36
py35
---- ----
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 releasenotes
------------ ------------

View File

@ -2,13 +2,9 @@
System Requirements 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 2.7, 3.6 or 3.7
* 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.
* Django 1.11 or 2.0 * Django 1.11 or 2.0

View File

@ -20,8 +20,8 @@ classifier =
Programming Language :: Python :: 2 Programming Language :: Python :: 2
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Internet :: WWW/HTTP Topic :: Internet :: WWW/HTTP
[global] [global]