diff --git a/README.rst b/README.rst index 03d6cf30..14dcfa77 100644 --- a/README.rst +++ b/README.rst @@ -46,9 +46,9 @@ Why use django-redis? Requirements ~~~~~~~~~~~~ -- `Python`_ 3.6+ -- `Django`_ 2.2+ -- `redis-py`_ 3.0+ +- `Python`_ 3.8+ +- `Django`_ 4.2+ +- `redis-py`_ 4.0.2+ - `Redis server`_ 2.8+ .. _Python: https://www.python.org/downloads/ diff --git a/changelog.d/755.misc b/changelog.d/755.misc new file mode 100644 index 00000000..a8bd4c15 --- /dev/null +++ b/changelog.d/755.misc @@ -0,0 +1 @@ +Update minimum supported versions in README.md: Python to 3.8, Django to 4.2, redis-py to 4.0.2 \ No newline at end of file