From c0cd9541be9fb3202725b1c41cd96b956ac47ac0 Mon Sep 17 00:00:00 2001 From: Kaifeng Wang Date: Thu, 13 Jun 2019 14:09:24 +0800 Subject: [PATCH] Update Python 3 test runtimes for Train One of train goals to have consistent python3 jobs. https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I8e543c89817ed0d0f6e00e12f3e22281ed863797 --- setup.cfg | 3 +-- zuul.d/project.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 009b4558..8cd65714 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,9 +16,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 6612406f..29e3c492 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,8 +1,7 @@ - project: templates: - openstack-python-jobs - - openstack-python35-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - check-requirements - openstack-lower-constraints-jobs - release-notes-jobs-python3