Update programming language mentioned in setup.cfg
As py35 has been dropped and py36, py37 jobs are running, so updated the setup.cfg accordingly. Change-Id: Ib7b7e37fbe06047b669ab21f0176d26683890cc3
This commit is contained in:
parent
62bbac3d69
commit
8519dccc95
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
update:
|
||||||
|
- |
|
||||||
|
As py35 has been dropped and py36, py37 jobs are running, so
|
||||||
|
update programming language mentioned in setup.cfg accordingly.
|
@ -16,7 +16,8 @@ classifier =
|
|||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.6
|
||||||
|
Programming Language :: Python :: 3.7
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Loading…
Reference in New Issue
Block a user