diff options
author | Andy McCurdy <andy@andymccurdy.com> | 2020-04-30 16:02:49 -0700 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2020-04-30 16:02:49 -0700 |
commit | 252c840ea2ade01637b4ed7c834dd83b130041b4 (patch) | |
tree | 062e1279f85c2a572318c049f9adaf4225bce1e9 | |
parent | a9347cd0bc3c361cbdf4af6811ee465211eabdb0 (diff) | |
download | redis-py-252c840ea2ade01637b4ed7c834dd83b130041b4.tar.gz |
Python 2 compatibility note
-rw-r--r-- | README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ------------ |