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 0f3f824 commit 093b7fbCopy full SHA for 093b7fb
README.rst
@@ -46,9 +46,9 @@ Why use django-redis?
46
Requirements
47
~~~~~~~~~~~~
48
49
-- `Python`_ 3.6+
50
-- `Django`_ 2.2+
51
-- `redis-py`_ 3.0+
+- `Python`_ 3.8+
+- `Django`_ 4.2+
+- `redis-py`_ 4.0.2+
52
- `Redis server`_ 2.8+
53
54
.. _Python: https://www.python.org/downloads/
changelog.d/755.misc
@@ -0,0 +1 @@
1
+Update minimum supported versions in README.md: Python to 3.8, Django to 4.2, redis-py to 4.0.2
0 commit comments