summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMiroslav Šedivý <6774676+eumiro@users.noreply.github.com>2021-01-11 20:46:56 +0100
committerMiroslav Šedivý <6774676+eumiro@users.noreply.github.com>2021-01-11 20:46:56 +0100
commit5d7099f722a4bff3100720781547d2a38930eea3 (patch)
tree87868fc9f7fa0b1556930a3a9648c27c05054376 /setup.py
parenta96081edc65ddcf20599b3fa1ef72eb2c55f1055 (diff)
downloadpython-magic-5d7099f722a4bff3100720781547d2a38930eea3.tar.gz
Add support for Python 3.9
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 43c2011..6f40d55 100644
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,7 @@ setup(name='python-magic',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
],
)