From 3ca0643f6bb1c2cb6fc298ca3e7fd3dab4aedd6c Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Mon, 16 Dec 2024 17:13:38 +0100 Subject: [PATCH] docs: Add link to deprecation announcement to readme (#681) * docs: Add link to deprecation announcement to readme * Update base.txt * Update test.yml * Update README.rst --- .github/workflows/test.yml | 2 +- README.rst | 7 +++++++ tests/requirements/base.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index babd13f10..a0089317c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: dj50_cms41.txt, ] os: [ - ubuntu-20.04, + ubuntu-latest, ] exclude: - python-version: 3.7 diff --git a/README.rst b/README.rst index 9105ea567..cc495a78a 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,13 @@ django CMS Text CKEditor |pypi| |coverage| |python| |django| |djangocms| |djangocms4| +.. warning:: + + This package will be deprecated on March 31, 2025 and not receive any updates thereafter. + See the `deprecation announcement `_. + Use `djangocms CMS Text `_ as an alternative. + + .. note:: Version 5 of this package does not include a move to CKEditor version 5 diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt index 92c95e771..637edb5f8 100644 --- a/tests/requirements/base.txt +++ b/tests/requirements/base.txt @@ -1,7 +1,7 @@ # requirements from setup.py django-filer>=1.4.0, <3.2.0 djangocms-picture>=2.1.0 -djangocms-link>=2.2.1 +djangocms-link>=2.2.1,<5 django-polymorphic>=2.0.3 Pillow html5lib>=0.999999999