Skip to content

Commit 252c840

Browse files
committed
Python 2 compatibility note
1 parent a9347cd commit 252c840

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ The Python interface to the Redis key-value store.
1212
.. image:: https://codecov.io/gh/andymccurdy/redis-py/branch/master/graph/badge.svg
1313
:target: https://codecov.io/gh/andymccurdy/redis-py
1414

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+
1525
Installation
1626
------------
1727

0 commit comments

Comments
 (0)