File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
python-version :
42
42
# When changing this list, be sure to check the [gh-actions] list in
43
43
# tox.ini so that tox will run properly.
44
- - " 3.8"
45
44
- " 3.9"
46
45
- " 3.10"
47
46
- " 3.11"
48
47
- " 3.12"
48
+ - " 3.13"
49
49
fail-fast : false
50
50
51
51
steps :
94
94
- name : " Set up Python"
95
95
uses : " actions/setup-python@v5"
96
96
with :
97
- python-version : " 3.8 "
97
+ python-version : " 3.9 "
98
98
99
99
- name : " Install dependencies"
100
100
run : |
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ A `coverage.py`_ plugin to measure test coverage of Django templates.
31
31
32
32
Supported on:
33
33
34
- - Python: 3.8 through 3.12 .
34
+ - Python: 3.9 through 3.13 .
35
35
36
- - Django: 2.x, 3.x and 4 .x.
36
+ - Django: 2.x, 3.x, 4.x and 5 .x.
37
37
38
38
- Coverage.py: 6.x or higher.
39
39
40
- The plugin is pip installable::
40
+ The plugin is pip- installable::
41
41
42
42
$ python3 -m pip install django_coverage_plugin
43
43
You can’t perform that action at this time.
0 commit comments