diff --git a/README.rst b/README.rst index 2ad6a2ff..4fa5c78f 100644 --- a/README.rst +++ b/README.rst @@ -151,7 +151,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 e2bb0bde..ee7d35e3 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.