From 5084ec101aa12d9070713cd6daec982324c5c2b1 Mon Sep 17 00:00:00 2001 From: Mathias Ertl Date: Thu, 26 Dec 2024 12:30:15 +0100 Subject: [PATCH] minor additional updates --- docs/source/changelog/TBR_2.1.0.rst | 3 ++- docs/source/deprecation.rst | 20 ++------------------ docs/source/quickstart/as_app.rst | 8 ++++---- 3 files changed, 8 insertions(+), 23 deletions(-) diff --git a/docs/source/changelog/TBR_2.1.0.rst b/docs/source/changelog/TBR_2.1.0.rst index 1d97539a1..5844e6eec 100644 --- a/docs/source/changelog/TBR_2.1.0.rst +++ b/docs/source/changelog/TBR_2.1.0.rst @@ -125,4 +125,5 @@ Deprecation notices Please also see the :doc:`deprecation timeline ` for previous deprecation notices. -* This will be the last release to support ``django~=5.0.0``. +* This will be the last release to support ``django~=5.0.0``, ``cryptography~=43.0`` and ``pydantic~=2.9.0``. +* Support for Python 3.9 will be dropped in ``django-ca==2.3.0``. diff --git a/docs/source/deprecation.rst b/docs/source/deprecation.rst index 97f1e1211..5046fdc0d 100644 --- a/docs/source/deprecation.rst +++ b/docs/source/deprecation.rst @@ -9,7 +9,7 @@ Deprecation timeline Dependencies ============ -* Remove support for django 5.0. +* Drop support for Python 3.9. Command-line ============ @@ -69,20 +69,4 @@ Python API Dependencies ============ -* Support ``django~=5.0.0`` will be dropped. - -*********** -2.1.0 (TBR) -*********** - -Views -===== - -* Configuring a password in a certificate revocation list view will be removed. Use the ``CA_PASSWORDS`` - setting instead (deprecated since 1.29.0). - -Dependencies -============ - -* Support ``pydantic~=2.7.0``, ``pydantic~=2.8.0``, ``cryptography~=42.0`` and ``acme~=2.10.0`` will be - dropped. +* Support ``django~=5.0.0``, ``cryptography~=43.0`` and ``pydantic~=2.9.0`` will be dropped. \ No newline at end of file diff --git a/docs/source/quickstart/as_app.rst b/docs/source/quickstart/as_app.rst index 745dd39e8..072aec1c7 100644 --- a/docs/source/quickstart/as_app.rst +++ b/docs/source/quickstart/as_app.rst @@ -32,10 +32,10 @@ tested with what release (changes to previous versions in **bold**): .. Keep no more then 10 releases in this table. -========= ============== ================== =============== ============= ================ ============= +========= ============== ================== =============== ============= ================ ================== django-ca Python Django cryptography Celery acme pydantic -========= ============== ================== =============== ============= ================ ============= -2.1 3.9 - 3.12 4.2 - 5.1 **43** 5.4 2.10 - 2.11 2.7 - 2.9 +========= ============== ================== =============== ============= ================ ================== +2.1 3.9 - **3.13** 4.2 - 5.1 **43** - **44** 5.4 **2.11** **2.9** - **2.10** 2.0 3.9 - 3.12 4.2 - **5.1** 42 - **43** **5.4** **2.10** - 2.11 **2.7 - 2.9** 1.29 **3.9** - 3.12 4.2 - 5.0 **42** 5.3 - **5.4** **2.9 - 2.11** 2.5 - **2.7** 1.28 3.8 - 3.12 **4.2 - 5.0** 41 - **42** 5.3 **2.7 - 2.9** 2.5 - 2.6 @@ -45,7 +45,7 @@ django-ca Python Django cryptography Celery acme 1.24 3.8 - 3.11 3.2, 4.1 - **4.2** 37, 39 - **40** 5.1 - 5.2 **2.2 - 2.5** 1.23 **3.8** - 3.11 3.2, **4.1** **37 - 39** 5.1 - 5.2 **2.1 - 2.2** 1.22 3.7 - **3.11** 3.2 - **4.1** **36 - 38** **5.1** - 5.2 **1.27 - 2.1** -========= ============== ================== =============== ============= ================ ============= +========= ============== ================== =============== ============= ================ ================== Note that we don't deliberately break support for older versions, we merely stop testing it. You can try your luck with older versions.