summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2019-10-24 20:08:42 +0300
committerWaylan Limberg <waylan.limberg@icloud.com>2019-10-24 13:08:42 -0400
commita991ed40fb700fac3dd37de4d8095529c9b980b3 (patch)
tree460093293ec2746baa1622c22d326c317f3e18a3 /setup.py
parentdab931f597cdc5b57d4e2458840fb991606506bc (diff)
downloadpython-markdown-a991ed40fb700fac3dd37de4d8095529c9b980b3.tar.gz
Add support for Python 3.8 (#867)
Related to #760.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1c74567..a3934ec 100755
--- a/setup.py
+++ b/setup.py
@@ -130,6 +130,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',