We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cb6b2 commit cbf402bCopy full SHA for cbf402b
tox.ini
@@ -3,7 +3,7 @@ envlist =
3
py{37,38}-dj-2.2
4
py{38,39,310}-dj-3.2
5
py{38,39,310}-dj-4.0
6
- py{37,38,39,310}-dj-master
+ py{38,39,310}-dj-master
7
flake8
8
9
[gh-actions]
@@ -18,11 +18,9 @@ usedevelop = true
18
commands = pytest --cov=django_fsm_log --cov=tests {posargs}
19
extras = testing
20
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
24
dj-2.2: Django>=2.2,<3.0
25
- dj-3.0: Django>=3.0,<3.1
+ dj-3.2: Django>=3.2,<3.3
+ dj-4.0: Django>=4.0,<4.1
26
dj-master: https://github.com/django/django/archive/master.tar.gz
27
28
[testenv:flake8]
0 commit comments