File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
tox_env : py39-dj32-wt215
45
45
- python-version : 3.9
46
46
tox_env : py39-dj32-wt216
47
- - python-version : 3.10
47
+ - python-version : " 3.10"
48
48
tox_env : py310-dj32-wt215
49
- - python-version : 3.10
49
+ - python-version : " 3.10"
50
50
tox_env : py310-dj32-wt216
51
51
steps :
52
52
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
# The app itself
2
2
-e .
3
3
4
- Django >= 1.11 , < 3.1
4
+ Django >= 3.2
5
5
mock
6
6
psycopg2-binary
7
7
Original file line number Diff line number Diff line change 8
8
3.7: py37
9
9
3.8: py38
10
10
3.9: py39
11
- 3.10: py310
11
+ " 3.10" : py310
12
12
13
13
[testenv]
14
14
deps =
@@ -25,7 +25,7 @@ basepython =
25
25
py37: python3.7
26
26
py38: python3.8
27
27
py39: python3.9
28
- py310: python3.10
28
+ py310: " python3.10"
29
29
30
30
setenv =
31
31
DJANGO_SETTINGS_MODULE =tests.settings
You can’t perform that action at this time.
0 commit comments