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: I9a72540b03b41378600c85691b99b5e0e497f846
Story: #2004073
Task: #27440
This commit is contained in:
Corey Bryant 2018-10-15 09:35:06 -04:00 committed by sahid
parent 8d6ee5e347
commit 0e52085c22
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
- check-requirements
- publish-openstack-docs-pti
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs