summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTerence Honles <terence@honles.com>2019-11-22 19:58:55 -0800
committerInada Naoki <songofacandy@gmail.com>2019-11-23 12:58:55 +0900
commitb458e9a6a2cf69e483fa5994d227382c6a01f3c4 (patch)
tree1781cff4cf84cb4c67bb7434c94f66c78e54154a /setup.py
parent997b524f06176aaa6bd255a046a8746e99b4f87d (diff)
downloadmsgpack-python-b458e9a6a2cf69e483fa5994d227382c6a01f3c4.tar.gz
update for Python 3.8 (#374)
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 eb9403f..8b8d7a0 100755
--- a/setup.py
+++ b/setup.py
@@ -128,6 +128,7 @@ setup(name=name,
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Intended Audience :: Developers',