We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5b1c9 commit 65daeaaCopy full SHA for 65daeaa
.travis.yml
@@ -6,6 +6,7 @@ python:
6
- "3.4"
7
- "3.5"
8
- "3.6"
9
+ - "3.7"
10
11
# command to run tests
12
script: python setup.py test
setup.py
@@ -21,6 +21,7 @@
21
"Programming Language :: Python :: 3.4",
22
"Programming Language :: Python :: 3.5",
23
"Programming Language :: Python :: 3.6",
24
+ "Programming Language :: Python :: 3.7",
25
"Topic :: Software Development :: Libraries",
26
"Topic :: Text Processing",
27
],
0 commit comments