summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPieter Ennes <pieter@authentiq.com>2018-12-03 17:33:31 +0000
committerPieter Ennes <pieter@authentiq.com>2018-12-03 21:40:25 +0000
commit6ed5980962723092d6fb2cbbfdb63a935787e9c1 (patch)
tree5220fed37575b24cfb00ea564762e7fb33f3c5d6 /setup.py
parent719a5f3bc62465ab8502442458c72016bf91b7cd (diff)
downloadoauthlib-6ed5980962723092d6fb2cbbfdb63a935787e9c1.tar.gz
Support for Python 3.7.
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 640bbe1..d2a27a0 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',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',