summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-07-26 19:46:06 +0300
committerHugo <hugovk@users.noreply.github.com>2018-07-26 19:46:06 +0300
commitf1396f178656c070d4528471b42c9691ca6e5670 (patch)
tree1d17c0c0c7541691b645a1711cf37d9dbdbc0fb3
parentc9853741e25a495a2022b4f279f2e9012ac8a285 (diff)
downloadpython-prettytable-ptable-f1396f178656c070d4528471b42c9691ca6e5670.tar.gz
Add support for Python 3.7
-rw-r--r--.travis.yml1
-rw-r--r--setup.py1
2 files changed, 2 insertions, 0 deletions
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'