From 7c57f06f3d800ee42d9892c42f5ec17a93b2c995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Sun, 3 Jan 2021 08:01:43 +0100 Subject: [PATCH] Update compatibility table. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 797b7ba7..40654336 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,14 @@ TEMPLATES = [ # Compatiblity | Python version | Django version | -|----------------|--------------------------| -| 2.7 | 1.11 | -| 3.4 | 1.11, 2.0 | -| 3.5 | 1.11, 2.0, 2.1, 2.2 | -| 3.6 | 1.11, 2.0, 2.1, 2.2, 3.0 | -| 3.7 | 1.11, 2.0, 2.1, 2.2, 3.0 | -| 3.8 | 1.11, 2.0, 2.1, 2.2, 3.0 | +|----------------|-------------------------------| +| 2.7 | 1.11 | +| 3.4 | 1.11, 2.0 | +| 3.5 | 1.11, 2.0, 2.1, 2.2 | +| 3.6 | 1.11, 2.0, 2.1, 2.2, 3.0, 3.1 | +| 3.7 | 1.11, 2.0, 2.1, 2.2, 3.0, 3.1 | +| 3.8 | 2.1, 2.2, 3.0, 3.1 | +| 3.9 | 2.1, 2.2, 3.0, 3.1 | # Create your first component