summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2021-11-16 16:19:47 +0900
committerGitHub <noreply@github.com>2021-11-16 16:19:47 +0900
commitb3f72541925cda3b018942db45a59936184727e3 (patch)
treecc292c34c376f7ee2065fc215a1ba322702c45f5 /setup.py
parent9b84e490e7c78ac9bbd76dcf9ce71c1d0c978d81 (diff)
downloadmsgpack-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-xsetup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 751abff..01f125f 100755
--- a/setup.py
+++ b/setup.py
@@ -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",