File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
# Need to run this after tests succeed so that coverage reflects test runs with all django and python combinations.
23
23
needs :
24
- - test-py36
24
+ # - test-py36
25
25
- test-py38
26
26
steps :
27
27
- name : Checkout code
Original file line number Diff line number Diff line change 13
13
matrix :
14
14
os : [ubuntu-latest]
15
15
python-version :
16
- - " 3.8"
17
- - " 3.9"
16
+ # - "3.8"
17
+ # - "3.9"
18
18
- " 3.10"
19
19
- " 3.11"
20
20
- " 3.12"
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
3
clean
4
- py36-django{22,32}
5
- py37-django{22,32}
6
- py38-django{22,32,42}
7
- py39-django{22,32,42}
4
+ ; py36-django{22,32}
5
+ ; py37-django{22,32}
6
+ ; py38-django{22,32,42}
7
+ ; py39-django{22,32,42}
8
8
py310-django{32,42,50}
9
9
py311-django{42,50}
10
10
py312-django{42,50}
You can’t perform that action at this time.
0 commit comments