diff --git a/README.md b/README.md index aa30dca3..b52aec70 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ A way to create simple reusable template components in Django. +# 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.7 | 1.11, 2.0, 2.1, 2.2 | +| 3.8 | 1.11, 2.0, 2.1, 2.2 | + # Installation Install the app into your environment: