Remove support for Python < 3.6 and Django < 2.2.

This commit is contained in:
Emil Stenström 2021-02-12 21:10:33 +01:00
parent ab7e97658f
commit 2c95b0930f
6 changed files with 22 additions and 67 deletions

View file

@ -3,7 +3,6 @@ from time import perf_counter
from django.template import Context, Template
from django_components import component
from tests.django_test_setup import * # NOQA
from tests.testutils import Django111CompatibleSimpleTestCase as SimpleTestCase