From e9b29bab3794355989e34944c56ecf1093cb43d1 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Fri, 2 Feb 2018 11:22:43 +0800 Subject: [PATCH] update supported python version in setup.cfg Nodepool requires Python 3.5 or newer, so need update the information for pypi. Change-Id: I980116039fcd221fcb7bdfdd12dfbeeda8cbbe2f --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7066e40f4..bdff656c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,9 +12,8 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 [pbr] warnerrors = True