diff --git a/README.rst b/README.rst index d904804..44f6eed 100644 --- a/README.rst +++ b/README.rst @@ -89,8 +89,8 @@ Targets & testing The codebase is targeted and tested against: * Django 3.2.x against Python 3.7, 3.8, 3.9, 3.10 -* Django 4.0.x against Python 3.8, 3.9, 3.10 -* Django 4.1.x against Python 3.8, 3.9, 3.10 +* Django 4.1.x against Python 3.8, 3.9, 3.10, 3.11 +* Django 4.2.x against Python 3.8, 3.9, 3.10, 3.11 To run the tests against all target environments, install `tox `_ and then execute the command:: diff --git a/tox.ini b/tox.ini index e798670..10cb130 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,6 @@ basepython = deps = setuptools>=49.6.0 django32: Django>=3.2,<4 - django4: Django>=4,<4.1 django41: Django>=4.1,<4.2 django42: Django>=4.2,<4.3 -r{toxinidir}/requirements-test.txt