summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2020-01-04 23:26:46 +0200
committerHugo <hugovk@users.noreply.github.com>2020-01-04 23:30:15 +0200
commitbd6dd7ccaed477bf1f6f675f7ec13ccbf4383d90 (patch)
treedbf5bc51675752a16c5ac253a84a88104dca5778 /setup.py
parent14f2b0dbca945c1483aa6f48878b6eceb154df39 (diff)
downloadpython-magic-bd6dd7ccaed477bf1f6f675f7ec13ccbf4383d90.tar.gz
Add support for Python 3.7 and 3.8
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 6dcdeac..eabeb0e 100644
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,8 @@ setup(name='python-magic',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
],
)