summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorpurificant <purificant@users.noreply.github.com>2018-11-01 20:25:01 +0000
committerJosé Padilla <jpadilla@webapplicate.com>2018-11-01 16:25:01 -0400
commitf1f21a7b9d4bc5cce829679a08bb18780da64191 (patch)
treeceb4d597653df8281465d65f4ca49a0b72dec8fc /setup.py
parentd3ffeab58990021e0187a5ed07532945bdbb8d75 (diff)
downloadpyjwt-f1f21a7b9d4bc5cce829679a08bb18780da64191.tar.gz
Run tests for python 3.7 (#379)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2e5c272..5953352 100755
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Topic :: Utilities',
],
test_suite='tests',