Update version support matrix to run tox QA tests properly on GitHub

This commit is contained in:
Aleksi Häkli 2026-02-11 21:40:17 +02:00
parent 4ea615811b
commit 23ee2fca44

View file

@ -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