diff --git a/pyproject.toml b/pyproject.toml index c930d27..9bedfc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ envlist = py{310,311,312}-dj42 py{310,311,312,313}-dj52 py{312,313,314}-dj60 - py312-djmain - py312-djqa + py314-djmain + py314-djqa [gh-actions] python = @@ -36,9 +36,9 @@ DJANGO = [testenv] deps = -r requirements.txt - dj42: django>=4.2,<5 - dj52: django>=5.2,<6 - dj60: django>=6.0,<7 + dj42: django>=4.2,<4.3 + dj52: django>=5.2,<5.3 + dj60: django>=6.0,<6.1 djmain: https://github.com/django/django/archive/main.tar.gz usedevelop = true commands = pytest @@ -51,7 +51,7 @@ ignore_errors = djmain: True # QA runs type checks, linting, and code formatting checks -[testenv:py312-djqa] +[testenv:py314-djqa] deps = -r requirements.txt commands = mypy axes