Skip to content

Commit 401654a

Browse files
committed
a few more version fixups
1 parent a1f1d93 commit 401654a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
@@ -94,7 +94,7 @@ jobs:
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: |

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)