File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 42
42
- python : " 3.11"
43
43
env : py311-django41
44
44
45
+ - python : " 3.9"
46
+ env : py39-django42
47
+ - python : " 3.10"
48
+ env : py310-django42
49
+ - python : " 3.11"
50
+ env : py311-django42
51
+
45
52
steps :
46
53
- uses : actions/checkout@v2
47
54
- name : Set up Python ${{ matrix.python }}
54
61
sh build.sh
55
62
pip install tox tox-gh-actions
56
63
- name : Run tests using tox
57
- run : tox -e ${{ matrix.env }}
64
+ run : tox -e ${{ matrix.env }}
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ envlist =
3
3
py{36,38,39}-django21
4
4
py{36,38,310}-django32
5
5
py{38,39,310}-django40
6
- py{39,310,311}-django{41,main}
6
+ py{39,310,311}-django{41,42}
7
+ py{310,311}-djangomain
7
8
8
9
[testenv]
9
10
deps =
17
18
allowlist_externals = sh
18
19
commands =
19
20
sh build.sh
20
- pytest
21
+ pytest
You can’t perform that action at this time.
0 commit comments