Skip to content

Commit

Permalink
Corrections for CI on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Nov 10, 2024
1 parent 78ee758 commit d035260
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The API stability/deprecation policy for ``django-contact-form`` is as follows:
Releases under DjangoVer
------------------------

Verison 5.1.1
Version 5.1.1
~~~~~~~~~~~~~

*Under development*
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def lint_pylint(session: nox.Session) -> None:
"""
# Pylint requires that all dependencies be importable during the run, so unlike
# other lint tasks we just install the package.
session.install("pylint", "pylint-django", "akismet>=24.5.0")
session.install("pylint", "pylint-django", "akismet>=24.5.0", ".[tests]")
session.run(f"python{session.python}", "-Im", "pylint", "--version")
session.run(f"python{session.python}", "-Im", "pylint", "src/", "tests/")
clean()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.8",
"Topic :: Utilities",
]
name = "django-contact-form"
Expand Down

0 comments on commit d035260

Please sign in to comment.