From f52716fcf98060470140a658a65300431a1a2277 Mon Sep 17 00:00:00 2001 From: licanwei Date: Fri, 12 Apr 2019 13:10:07 +0800 Subject: [PATCH] remove py35 We hava python3.6 and python3.7 now, it's enough. https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I54b18fb0bd7674760603de841c28c8b1fda77c56 --- .zuul.yaml | 1 - setup.cfg | 2 +- tox.ini | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 61667fd26..2ca8f5145 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,7 +4,6 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - openstack-python37-jobs - publish-openstack-docs-pti diff --git a/setup.cfg b/setup.cfg index 5d79c7aec..ae7cc6581 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 [files] packages = diff --git a/tox.ini b/tox.ini index 16e86dadc..88417786e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pep8 +envlist = py36, py27,pep8 skipsdist = True [testenv]