diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2019-10-24 20:08:42 +0300 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2019-10-24 13:08:42 -0400 |
commit | a991ed40fb700fac3dd37de4d8095529c9b980b3 (patch) | |
tree | 460093293ec2746baa1622c22d326c317f3e18a3 /setup.py | |
parent | dab931f597cdc5b57d4e2458840fb991606506bc (diff) | |
download | python-markdown-a991ed40fb700fac3dd37de4d8095529c9b980b3.tar.gz |
Add support for Python 3.8 (#867)
Related to #760.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |