update supported python version in setup.cfg

Nodepool requires Python 3.5 or newer, so need
update the information for pypi.

Change-Id: I980116039fcd221fcb7bdfdd12dfbeeda8cbbe2f
This commit is contained in:
ChangBo Guo(gcb) 2018-02-02 11:22:43 +08:00 committed by ChangBo Guo(gcb)
parent a2c2983407
commit e9b29bab37
1 changed files with 2 additions and 3 deletions

View File

@ -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