mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
add django 3.2 on the matrix and remove 3.0 as EOL
This commit is contained in:
parent
8cee4de75d
commit
5608ae91ea
1 changed files with 4 additions and 4 deletions
8
tox.ini
8
tox.ini
|
|
@ -7,9 +7,9 @@ exclude = migrations/*,docs/*
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py35-{2.2},
|
py35-{2.2},
|
||||||
py36-{2.2,3.0,3.1},
|
py36-{2.2,3.1},
|
||||||
py37-{2.2,3.0,3.1},
|
py37-{2.2,3.1,3.2},
|
||||||
py38-{2.2,3.0,3.1,main},
|
py38-{2.2,3.1,3.2,main},
|
||||||
|
|
||||||
[gh-actions]
|
[gh-actions]
|
||||||
python =
|
python =
|
||||||
|
|
@ -24,7 +24,7 @@ commands =
|
||||||
deps =
|
deps =
|
||||||
-rrequirements_test.txt
|
-rrequirements_test.txt
|
||||||
3.1: Django>=3.1,<3.2
|
3.1: Django>=3.1,<3.2
|
||||||
3.0: Django>=3.0,<3.1
|
3.2: Django>=3.2,<4.0
|
||||||
2.2: Django>=2.2,<2.3
|
2.2: Django>=2.2,<2.3
|
||||||
main: https://github.com/django/django/tarball/main
|
main: https://github.com/django/django/tarball/main
|
||||||
setenv=
|
setenv=
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue