Drop Python 3.7 support (#559)

This commit is contained in:
Igor Malinovskiy 2023-09-06 14:16:36 +02:00 committed by GitHub
parent c91201f4de
commit 1213ca7373
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -6,15 +6,15 @@ This tutorial will walk you through installing Redis OM, creating your first mod
## Prerequisites
Redis OM requires Python version 3.7 or above and a Redis instance to connect to.
Redis OM requires Python version 3.8 or above and a Redis instance to connect to.
## Python
Make sure you are running **Python version 3.7 or higher**:
Make sure you are running **Python version 3.8 or higher**:
```
python --version
Python 3.7.0
Python 3.8.0
```
If you don't have Python installed, you can download it from [Python.org](https://www.python.org/downloads/), use [pyenv](https://github.com/pyenv/pyenv), or install Python with your operating system's package manager.