Skip to content

Commit

Permalink
Update compatibility information
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 20, 2020
1 parent d9faca3 commit d691709
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ django CMS page extension to handle sitemap customization

Support Python version:

* Python 2.7, 3.5, 3.6, 3.7
* Python 3.6, 3.7, 3.8, 3.9

Supported Django versions:

* Django 1.11 to 2.2
* Django 2.2 to 3.1

Supported django CMS versions:

* django CMS 3.6+

.. note:: djangocms-page-sitemap 1.0 dropped compatibility with django < 2.2 and Python < 3.6.

.. note:: djangocms-page-sitemap 0.8 has been relicensed with BSD license.

.. note:: djangocms-page-sitemap 0.7 dropped compatibility with django CMS < 3.6. 0.6.x releases will be made if necessary after 0.6 release.
Expand Down Expand Up @@ -108,6 +110,10 @@ Quickstart
</head>
...
* Synchronize the database::
$ python manage.py migrate
**************************
django-app-enabler support
**************************
Expand Down
1 change: 1 addition & 0 deletions changes/64.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update compatibility information
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ classifiers =
Natural Language :: English
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9

[options]
include_package_data = True
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ envlist =
pep8
pypi-description
towncrier
py{38,37,36}-django{31}-cms{38}
py{38,37,36}-django{30}-cms{38,37}
py{38,37,36}-django{22}-cms{38,37}
py{39,38,37,36}-django{31}-cms{38}
py{39,38,37,36}-django{30}-cms{38,37}
py{39,38,37,36}-django{22}-cms{38,37}

[testenv]
commands = {env:COMMAND:python} cms_helper.py djangocms_page_sitemap test {posargs}
Expand Down

0 comments on commit d691709

Please sign in to comment.