diff --git a/tox.ini b/tox.ini index 6ba27d10..6b95ae56 100644 --- a/tox.ini +++ b/tox.ini @@ -2,10 +2,10 @@ env_list = py38-django{32,41,42}-{postgresql,sqlite} py39-django{32,41,42}-{postgresql,sqlite} - py310-django{32,41,42}-{postgresql,sqlite} - py311-django{32,41,42}-{postgresql,sqlite} - py311-django{42}-{postgresql-psycopg3} - py312-django{42}-{postgresql-psycopg3} + py310-django{32,41,42,50}-{postgresql,sqlite} + py311-django{32,41,42,50}-{postgresql,sqlite} + py311-django{42,50}-{postgresql-psycopg3} + py312-django{42,50}-{postgresql-psycopg3} [testenv] package = wheel @@ -27,6 +27,7 @@ deps = django32: Django==3.2 django41: Django>=4.1,<4.2 django42: Django>=4.2,<5 + django50: Django>=5.0,<5.1 postgresql: psycopg2-binary postgresql-psycopg3: psycopg commands =