From d81f47c5011087b71ba0c2cb5dd2622c38fa3e44 Mon Sep 17 00:00:00 2001 From: AN Long Date: Wed, 28 Feb 2024 21:28:30 +0800 Subject: [PATCH] Remove Python2 related in documents --- README.rst | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 80e7458..7b65713 100644 --- a/README.rst +++ b/README.rst @@ -148,7 +148,7 @@ Features Currently ThriftPy have these features (also advantages over the upstream python lib): -- Supports Python 2.7, Python 3.4+, PyPy and PyPy3. +- Python 3.6+ and PyPy3. - Pure python implementation. No longer need to compile & install the 'thrift' package. All you need is thriftpy2 and thrift file. diff --git a/docs/index.rst b/docs/index.rst index 2b33374..551662b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -72,7 +72,7 @@ Features Currently ThriftPy2 have these features (also advantages over the upstream python lib): -- Supports Python 2.7, Python 3.4+, PyPy and PyPy3. +- Supports Python 3.6+ and PyPy3. - Pure python implementation. No longer need to compile & install the 'thrift' package. All you need is thriftpy2 and thrift file.