From cb595ff9bb3db23a3b0a1b8016ab2039cfbe8647 Mon Sep 17 00:00:00 2001 From: Jeremy Thurgood Date: Tue, 13 Feb 2024 12:30:40 +0200 Subject: [PATCH] Update Python version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15348c3..f29e153 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Currently under development. ## Development This project uses [poetry](https://python-poetry.org/docs/#installation) for packaging and dependancy management, so install that first. -Ensure you're also running at least python 3.7, `python --version`. +Ensure you're also running at least python 3.11, `python --version`. Then you can install the dependencies ```bash