summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaike9m <laike9m@users.noreply.github.com>2021-01-27 15:33:14 -0800
committerGitHub <noreply@github.com>2021-01-28 08:33:14 +0900
commitcfae52437b0d146f74a14d69cb706712c1fa2c95 (patch)
treef2803e96cf3d8bf84bcfb5c83af09b6e44b22470
parent02e1f7623cd8d0fcd4763d542fc60e2957ee2046 (diff)
downloadmsgpack-python-cfae52437b0d146f74a14d69cb706712c1fa2c95.tar.gz
Updated readme about Python 2 support (#456)
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index d8ce9ba..cb81648 100644
--- a/README.md
+++ b/README.md
@@ -71,8 +71,6 @@ Python 2 and PyPy.
But msgpack provides a pure Python implementation (`msgpack.fallback`)
for PyPy and Python 2.
-Since the [pip](https://pip.pypa.io/) uses the pure Python implementation,
-Python 2 support will not be dropped in the foreseeable future.
### Windows