mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 18:10:54 +00:00
update for Python 3.8 (#374)
This commit is contained in:
parent
997b524f06
commit
b458e9a6a2
6 changed files with 22 additions and 3 deletions
1
setup.py
1
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue