Skip to content

Commit 65daeaa

Browse files
committed
Add py37 support
1 parent fb5b1c9 commit 65daeaa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- "3.4"
77
- "3.5"
88
- "3.6"
9+
- "3.7"
910

1011
# command to run tests
1112
script: python setup.py test

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"Programming Language :: Python :: 3.4",
2222
"Programming Language :: Python :: 3.5",
2323
"Programming Language :: Python :: 3.6",
24+
"Programming Language :: Python :: 3.7",
2425
"Topic :: Software Development :: Libraries",
2526
"Topic :: Text Processing",
2627
],

0 commit comments

Comments
 (0)