8000 Update supported versions in classifiers (#248) · didlie/msgpack-python@54aa47b · GitHub
[go: up one dir, main page]

Skip to content

Commit 54aa47b

Browse files
hugovkmethane
authored andcommitted
Update supported versions in classifiers (msgpack#248)
1 parent b57106c commit 54aa47b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,13 @@ def __init__(self, *args, **kwargs):
114114
url='http://msgpack.org/',
115115
classifiers=[
116116
'Programming Language :: Python :: 2',
117+
'Programming Language :: Python :: 2.7',
117118
'Programming Language :: Python :: 3',
119+
'Programming Language 5BE3 :: Python :: 3.5',
120+
'Programming Language :: Python :: 3.6',
121+
'Programming Language :: Python :: 3.7',
122+
'Programming Language :: Python :: Implementation :: CPython',
123+
'Programming Language :: Python :: Implementation :: PyPy',
118124
'Intended Audience :: Developers',
119125
'License :: OSI Approved :: Apache Software License',
120126
]

0 commit comments

Comments
 (0)
0