We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9347cd commit 252c840Copy full SHA for 252c840
README.rst
@@ -12,6 +12,16 @@ The Python interface to the Redis key-value store.
12
.. image:: https://codecov.io/gh/andymccurdy/redis-py/branch/master/graph/badge.svg
13
:target: https://codecov.io/gh/andymccurdy/redis-py
14
15
+
16
+Python 2 Compatibility Note
17
+---------------------------
18
19
+redis-py 3.5.x will be the last version of redis-py that supports Python 2.
20
+The 3.5.x line will continue to get bug fixes and security patches that
21
+support Python 2 until August 1, 2020. redis-py 4.0 will be the next major
22
+version and will require Python 3.5+.
23
24
25
Installation
26
------------
27
0 commit comments