Skip to content

Commit cbf402b

Browse files
committed
Update tox matrix
1 parent 69cb6b2 commit cbf402b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tox.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py{37,38}-dj-2.2
44
py{38,39,310}-dj-3.2
55
py{38,39,310}-dj-4.0
6-
py{37,38,39,310}-dj-master
6+
py{38,39,310}-dj-master
77
flake8
88

99
[gh-actions]
@@ -18,11 +18,9 @@ usedevelop = true
1818
commands = pytest --cov=django_fsm_log --cov=tests {posargs}
1919
extras = testing
2020
deps =
21-
dj-1.11: Django>=1.11,<2.0
22-
dj-2.0: Django>=2.0,<2.1
23-
dj-2.1: Django>=2.1,<2.2
2421
dj-2.2: Django>=2.2,<3.0
25-
dj-3.0: Django>=3.0,<3.1
22+
dj-3.2: Django>=3.2,<3.3
23+
dj-4.0: Django>=4.0,<4.1
2624
dj-master: https://github.com/django/django/archive/master.tar.gz
2725

2826
[testenv:flake8]

0 commit comments

Comments
 (0)