From e02fbce69636e798f92cb2a9a5aed3a769d951a4 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 6 Feb 2023 18:10:14 +0000 Subject: [PATCH] Update Python requirements in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8b4e8a8..cdd8acd 100644 --- a/readme.md +++ b/readme.md @@ -126,7 +126,7 @@ You can run the Wagtail demo locally without setting up Vagrant or Docker and si #### Dependencies -- Python 3.6, 3.7, 3.8 or 3.9 +- Python 3.7, 3.8, 3.9, 3.10 or 3.11 - [Virtualenv](https://virtualenv.pypa.io/en/stable/installation/) - [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) (optional)