mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Update version support matrix to run tox QA tests properly on GitHub
This commit is contained in:
parent
4ea615811b
commit
23ee2fca44
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue