Skip to content

Commit f726adf

Browse files
add python3.7 to the classifier list, fixes #325
1 parent 6716a8d commit f726adf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def parse(root):
103103
"Programming Language :: Python :: 3.4",
104104
"Programming Language :: Python :: 3.5",
105105
"Programming Language :: Python :: 3.6",
106+
"Programming Language :: Python :: 3.7",
106107
"Topic :: Software Development :: Libraries",
107108
"Topic :: Software Development :: Version Control",
108109
"Topic :: System :: Software Distribution",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{27,34,35,36,37}-test,flake8,check_readme,py{27,36}-selfcheck
2+
envlist=py{27,34,35,36,37}-test,flake8,check_readme,py{27,37}-selfcheck
33

44
[pytest]
55
filterwarnings=error

0 commit comments

Comments
 (0)