Skip to content

Commit fb96022

Browse files
committed
fix: min python version in doc
Signed-off-by: lafirm <136463254+lafirm@users.noreply.github.com>
1 parent 1967ab6 commit fb96022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page describes the system prerequisites needed to run SQLMesh and provides
44

55
## SQLMesh prerequisites
66

7-
You'll need Python 3.8 or higher to use SQLMesh. You can check your python version by running the following command:
7+
You'll need Python 3.9 or higher to use SQLMesh. You can check your python version by running the following command:
88
```bash
99
python3 --version
1010
```

0 commit comments

Comments
 (0)