From 7be6de96fe076749e584230f559b1ffa3c397bee Mon Sep 17 00:00:00 2001 From: Daniel Gagnon Date: Sun, 5 Feb 2023 22:02:08 -0500 Subject: [PATCH] Modify the readme to reflect the python version lock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0697862c5..93f777b1e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ production-ready Django projects quickly. ## Features - For Django 4.0 -- Works with Python 3.10 +- Works with Python **3.8** (Highest version on AWS elastic beanstalk) - Renders Django projects with 100% starting test coverage - Twitter [Bootstrap](https://github.com/twbs/bootstrap) v5 - [12-Factor](http://12factor.net/) based settings via [django-environ](https://github.com/joke2k/django-environ)