From b6de2cce49e3588c79016740a01cada464af5891 Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Thu, 28 Feb 2019 11:00:12 +0530 Subject: [PATCH] Remove py35 from setup.cfg This is a followup to Drop py35 jobs from gate and tox env[1]. [1] https://review.openstack.org/#/c/639387/ Change-Id: I9e27e95a4493d9887a7dd8c7d7c7c5b511277f95 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1cc05feb7..090f90477 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [global] setup-hooks =