diff --git a/pyproject.toml b/pyproject.toml index 796880f..a4201c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,13 +48,11 @@ setenv = # Django development version is allowed to fail the test matrix ignore_outcome = djmain: True - pypy38-dj41: True ignore_errors = djmain: True - pypy38-dj41: True # QA runs type checks, linting, and code formatting checks -[testenv:py310-djqa] +[testenv:py311-djqa] deps = -r requirements-qa.txt commands = mypy axes