Change python3.5 job to python3.7 job on Stein+

This is a mechanically generated patch to add a unit test job running
under Python 3.7 and drop the Python 3.5 unit test job.

python3.5 was the only supported python3 version on Xenial. Now that
we have Bionic nodes supporting python3.6 and python3.7, let's switch
to testing with python3.7 in addition to python3.6 in Stein and
beyond.

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: I21b6a57892fc7ec6e64e436597608e494478cef6
Story: #2004073
Task: #27459
This commit is contained in:
qingszhao 2018-10-16 02:45:44 +00:00
parent 78d05207cd
commit f63f9aee03
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
templates:
- openstack-cover-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- check-requirements