From 417dfcbcaaabd3fb1b02373321d1c7fd540c758a Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Thu, 28 Feb 2019 11:47:15 +0530 Subject: Add py37 tox env and drop py35 With python3.7 jobs added to the Zuul jobs, it makes sense to add this to the tox config too so that developers can run python3.7 tests as well. Python 3.5 was the target runtime for the Rocky release. The current target py3 runtime for Stein is Python 3.6, so there is no reason to keep testing against the older version. Change-Id: Icada08448d9bf3cc0f1d522d93b07d8789adad14 --- .zuul.yaml | 1 - 1 file changed, 1 deletion(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index b14f78b..76dad10 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,7 +6,6 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - openstack-python37-jobs - publish-openstack-docs-pti -- cgit v1.2.1