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:
4141 python-version :
4242 # When changing this list, be sure to check the [gh-actions] list in
4343 # tox.ini so that tox will run properly.
44- - " 3.8"
4544 - " 3.9"
4645 - " 3.10"
4746 - " 3.11"
4847 - " 3.12"
48+ - " 3.13"
4949 fail-fast : false
5050
5151 steps :
9494 - name : " Set up Python"
9595 uses : " actions/setup-python@v5"
9696 with :
97- python-version : " 3.8 "
97+ python-version : " 3.9 "
9898
9999 - name : " Install dependencies"
100100 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.
3131
3232 Supported on:
3333
34- - Python: 3.8 through 3.12 .
34+ - Python: 3.9 through 3.13 .
3535
36- - Django: 2.x, 3.x and 4 .x.
36+ - Django: 2.x, 3.x, 4.x and 5 .x.
3737
3838- Coverage.py: 6.x or higher.
3939
40- The plugin is pip installable::
40+ The plugin is pip- installable::
4141
4242 $ python3 -m pip install django_coverage_plugin
4343
You can’t perform that action at this time.
0 commit comments