File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 2
2
skipsdist = False
3
3
usedevelop = true
4
4
envlist =
5
- py{37,38,39}-dj{22,32}
6
- py{38,39}-dj{40,405}
5
+ py{37,38,39}-dj22
6
+ py{38,39,310}-dj40
7
+ py{38,39,310,311}-dj41
8
+ py{38,39,310,311}-dj42
9
+ py{310,311}-dj50
7
10
flake8
8
11
9
12
[gh-actions]
10
13
python =
11
14
3.7: py37
12
15
3.8: py38
13
16
3.9: py39, flake8
17
+ 3.10: py310
18
+ 3.11: py311
14
19
15
20
[gh-actions:env]
16
21
DJANGO =
17
22
2.2: dj22
18
23
3.2: dj32
19
24
4.0: dj40
20
- 4.0.5: dj405
25
+ 4.1: dj41
26
+ 4.2: dj42
27
+ 5.0: dj50
21
28
22
29
[testenv]
23
30
usedevelop = true
@@ -40,8 +47,10 @@ deps =
40
47
firebase-admin>=6.2
41
48
dj22: Django>=2.2,<3.0
42
49
dj32: Django>=3.2,<3.3
43
- dj40: Django>=4.0,<4.0.5
44
- dj405: Django>=4.0.5,<4.1
50
+ dj40: Django>=4.0,<4.1
51
+ dj41: Django>=4.1.3,<4.2
52
+ dj42: Django>=4.2.8,<4.3
53
+ dj50: Django>=5.0,<5.1
45
54
46
55
[testenv:flake8]
47
56
commands = flake8 --exit-zero
You can’t perform that action at this time.
0 commit comments