summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-11 18:45:05 +0300
committerAsif Saif Uddin <auvipy@gmail.com>2021-10-11 22:30:55 +0600
commit757baf4cddf5216374932d756aaf75d0bde88b64 (patch)
treea355de32af04bdb3698e3f3e9cbce093f010c0d0 /setup.py
parent354d4354e7b78070bc70dcdca598a6027e9642d4 (diff)
downloadoauthlib-757baf4cddf5216374932d756aaf75d0bde88b64.tar.gz
Add support for Python 3.9 and 3.10
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 72579dc..0192458 100755
--- a/setup.py
+++ b/setup.py
@@ -54,6 +54,8 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',