Skip to content

Commit

Permalink
fix some github ci issue and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed Apr 23, 2024
1 parent f5b9edb commit 0eb8374
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ History

.. towncrier release notes start
2.1.0 (Unreleased)
==================

Expand All @@ -17,6 +18,7 @@ Features
- Add support for 4.2 < Django < 5
- Dropped support for Django < 4.2


1.3.0 (2023-09-26)
==================

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
======================
==========================
djangocms-page-sitemap-fil
======================
==========================

|Gitter| |PyPiVersion| |PyVersion| |Status| |TestCoverage| |CodeClimate| |License|

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:

* Django 3.2, 4.1, 4.2

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.

Expand Down

0 comments on commit 0eb8374

Please sign in to comment.