diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ca0c5fd..2b05799 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,7 @@ Unreleased * Python 3.10 support added * Python 3.7 support removed * Django 4.2 support added +* Dropped Python 3.7 and below version support 1.4.3 (2024-02-07) ========== diff --git a/tests/requirements/dj32_cms40.txt b/tests/requirements/dj32_cms40.txt index 769e6e6..c2ef6e2 100644 --- a/tests/requirements/dj32_cms40.txt +++ b/tests/requirements/dj32_cms40.txt @@ -3,6 +3,5 @@ Django>=3.2,<4.0 # Unreleased django-cms 4.0 compatible packages -https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms https://github.com/django-cms/djangocms-versioning/tarball/1.2.2#egg=djangocms-versioning https://github.com/django-cms/djangocms-alias/tarball/1.11.0#egg=djangocms-alias \ No newline at end of file diff --git a/tests/requirements/dj42_cms40.txt b/tests/requirements/dj42_cms40.txt index a6bef48..b91fba6 100644 --- a/tests/requirements/dj42_cms40.txt +++ b/tests/requirements/dj42_cms40.txt @@ -2,7 +2,5 @@ Django>=4.2,<5.0 -#https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms -https://github.com/joshyu/django-cms/tarball/feat/django-42-compatible#egg=django-cms -https://github.com/joshyu/djangocms-versioning/tarball/feat/django-42-compatible#egg=djangocms-versioning -https://github.com/joshyu/djangocms-alias/tarball/feat/django-42-compatible#egg=djangocms-alias \ No newline at end of file +https://github.com/django-cms/djangocms-versioning/tarball/support/django-cms-4.0.x#egg=djangocms-versioning +https://github.com/django-cms/djangocms-alias/tarball/support/django-cms-4.0.x#egg=djangocms-alias \ No newline at end of file diff --git a/tests/requirements/requirements_base.txt b/tests/requirements/requirements_base.txt index 95964b6..6fd5ef4 100644 --- a/tests/requirements/requirements_base.txt +++ b/tests/requirements/requirements_base.txt @@ -4,3 +4,5 @@ factory-boy flake8 isort tox + +https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms \ No newline at end of file