Support python 3.5 for stable branches

OpenStack stable branches run on some nodes that have py3.5.

Change-Id: I0e6d57a49643d588b1329a0c8f1dd7afc71d5bdf
This commit is contained in:
Monty Taylor 2020-02-13 08:18:03 -06:00
parent ac35a35b27
commit 65be9ddfcb
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ description-file =
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/stackviz/latest/
python-requires = >=3.6
python-requires = >=3.5
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -15,6 +15,7 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7