summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorfacelessuser <faceless.shop@gmail.com>2017-11-17 18:47:38 -0700
committerfacelessuser <faceless.shop@gmail.com>2017-11-17 18:47:38 -0700
commitde2202214ed3c0883d9503fd76ee1d17b553167f (patch)
tree32334f71a1b8237c5f44069aad79f7109e5da002 /setup.py
parentf018b0ede5a49c8d711351d8e9ff437c97cf3acc (diff)
downloadpython-markdown-travis-update.tar.gz
Update builds with py35 and py36 supporttravis-update
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 e4b68f9..3821c6c 100755
--- a/setup.py
+++ b/setup.py
@@ -263,6 +263,8 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Communications :: Email :: Filters',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries',
'Topic :: Internet :: WWW/HTTP :: Site Management',