diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 701b10e..4140c7a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: - python-version: ["3.11.x"] + python-version: ["3.10.x"] toxenv: [ruff, isort, black, pypi-description, docs, towncrier] steps: - uses: actions/checkout@v3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ae2523..3295bdd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: rev: "1.16.0" hooks: - id: django-upgrade - args: [--target-version, "3.2"] + args: [--target-version, "4.2"] - repo: local hooks: - id: towncrier diff --git a/HISTORY.rst b/HISTORY.rst index 0a4d0bc..d254577 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,7 @@ History .. towncrier release notes start + 2.1.0 (Unreleased) ================== @@ -17,6 +18,7 @@ Features - Add support for 4.2 < Django < 5 - Dropped support for Django < 4.2 + 1.3.0 (2023-09-26) ================== diff --git a/README.rst b/README.rst index 080fc5a..1a15524 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -====================== +========================== djangocms-page-sitemap-fil -====================== +========================== |Gitter| |PyPiVersion| |PyVersion| |Status| |TestCoverage| |CodeClimate| |License| @@ -8,7 +8,7 @@ django CMS page extension to handle sitemap customization Support Python version: -* Python 3.9, 3.10, 3.11 +* Python 3.8, 3.9, 3.10 Supported Django versions: @@ -16,7 +16,7 @@ Supported Django versions: Supported django CMS versions: -* django CMS 3.9, 3.11 +* django CMS 4.0 .. note:: djangocms-page-sitemap 0.8 has been relicensed with BSD license.