summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2020-04-30 16:02:49 -0700
committerAndy McCurdy <andy@andymccurdy.com>2020-04-30 16:02:49 -0700
commit252c840ea2ade01637b4ed7c834dd83b130041b4 (patch)
tree062e1279f85c2a572318c049f9adaf4225bce1e9
parenta9347cd0bc3c361cbdf4af6811ee465211eabdb0 (diff)
downloadredis-py-252c840ea2ade01637b4ed7c834dd83b130041b4.tar.gz
Python 2 compatibility note
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 83a163f..3f8de91 100644
--- a/README.rst
+++ b/README.rst
@@ -12,6 +12,16 @@ The Python interface to the Redis key-value store.
.. image:: https://codecov.io/gh/andymccurdy/redis-py/branch/master/graph/badge.svg
:target: https://codecov.io/gh/andymccurdy/redis-py
+
+Python 2 Compatibility Note
+---------------------------
+
+redis-py 3.5.x will be the last version of redis-py that supports Python 2.
+The 3.5.x line will continue to get bug fixes and security patches that
+support Python 2 until August 1, 2020. redis-py 4.0 will be the next major
+version and will require Python 3.5+.
+
+
Installation
------------