Skip to content

Commit 0c623ef

Browse files
author
pengyuesheng
committed
Add python 3.7 classifier to setup.cfg
Change-Id: I9da335c8f7f186aa2bb8c7f4d30febafb0ec0649
1 parent a3e18a1 commit 0c623ef

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifier =
1717
Programming Language :: Python :: 2.7
1818
Programming Language :: Python :: 3
1919
Programming Language :: Python :: 3.6
20+
Programming Language :: Python :: 3.7
2021

2122
[files]
2223
packages =

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.0
3-
envlist = py27,py36,pypy,pep8
3+
envlist = py27,py36,py37,pypy,pep8
44
skipsdist = True
55

66
[testenv]

0 commit comments

Comments
 (0)