summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Betts <jon.betts@hypothes.is>2021-04-30 18:57:48 +0100
committerVal Neekman <un33kvu@gmail.com>2021-04-30 15:11:54 -0400
commit3cc1069d37431efd366a0894067aa4c3293dca3e (patch)
tree23557f0e7aed8ef86449ca1ec761a5c22a052ccf /setup.py
parentc340834bb2afb24d78151c018496f4273fb7be37 (diff)
downloadpython-slugify-3cc1069d37431efd366a0894067aa4c3293dca3e.tar.gz
Add a tox file to automatically run the tests and add Python 3.9
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 506f77b..038a85f 100755
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,8 @@ classifiers = [
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
]