diff --git a/tox.ini b/tox.ini index f37f70f..1244d13 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ envlist = docs # ... then test all the other supported combinations: # Django 5.1: Python 3.10, 3.11, and 3.12 - django51-py{310,311}-all + django51-py{310,311,312}-all # Django 5.0: Python 3.10, 3.11, and 3.12 django50-py{310,311,312}-all # Django 4.2: Python 3.8, 3.9, 3.10, 3.11