Bump version to Python 3.7 (#121)

* bump version

* enable 3.7 in travis
This commit is contained in:
ZX
2019-02-09 21:40:05 -05:00
committed by Robert Zajac
parent 82d08a3b14
commit 732a15ec93
4 changed files with 9 additions and 6 deletions

View File

@ -5,7 +5,7 @@ classifiers = [
(
"Programming Language :: Python :: %s" % version
)
for version in "3.5 3.6".split()
for version in ["3.7"]
]