From 54aa47b2dd489297d894c0639811653fd6ff7bfa Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 12 Oct 2017 03:26:34 +0300 Subject: Update supported versions in classifiers (#248) --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5f0f08c..5c88397 100755 --- a/setup.py +++ b/setup.py @@ -114,7 +114,13 @@ setup(name='msgpack-python', url='http://msgpack.org/', classifiers=[ 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', ] -- cgit v1.2.1