diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2021-11-16 16:19:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-16 16:19:47 +0900 |
| commit | b3f72541925cda3b018942db45a59936184727e3 (patch) | |
| tree | cc292c34c376f7ee2065fc215a1ba322702c45f5 /setup.py | |
| parent | 9b84e490e7c78ac9bbd76dcf9ce71c1d0c978d81 (diff) | |
| download | msgpack-python-b3f72541925cda3b018942db45a59936184727e3.tar.gz | |
Support Python 3.10 and Drop Python 3.5 (#487)
* linux: Use manylinux2014
* mac: Drop Python 3.6 too
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -125,14 +125,12 @@ setup( }, license="Apache 2.0", 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 :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Intended Audience :: Developers", |
