summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-02-01 08:10:57 +0200
committerYuval Adam <_@yuv.al>2020-02-01 08:10:57 +0200
commit8ecb86371b2cb99e0460b15320c2ffbd77ced138 (patch)
tree5d6c8c29fb196af4599c9bbe85b143e9e98c6191 /setup.py
parentb35e2776dd4d02dabeeaecd945dcaea0cfa227e2 (diff)
Add python 3.7 and 3.8 support
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 976fd57..b8dffad 100644
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,8 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'
],