From f1396f178656c070d4528471b42c9691ca6e5670 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 26 Jul 2018 19:46:06 +0300 Subject: Add support for Python 3.7 --- .travis.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 23b3905..fef50c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" install: - "pip install -r req-dev.txt" diff --git a/setup.py b/setup.py index 761690e..1f49401 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'License :: OSI Approved :: BSD License', 'Topic :: Text Processing' -- cgit v1.2.1