Skip to content

Commit acaf8e7

Browse files
committed
Correct comment in noxfile.
1 parent c764c68 commit acaf8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def clean(paths: typing.Iterable[os.PathLike] = ARTIFACT_PATHS) -> None:
5858
@nox.parametrize(
5959
"python,django",
6060
[
61-
# Python/Django testing matrix. Tests Django 4. and, 5.0, on Python 3.8 through
61+
# Python/Django testing matrix. Tests Django 4.0, 5.0, and 5.1, on Python 3.8 through
6262
# 3.12, skipping unsupported combinations.
6363
(python, django)
6464
for python in ["3.8", "3.9", "3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)