From 1cc458e21e4511b634c7e81f283636a1d3b5c68c Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 28 Mar 2025 13:44:35 +0000 Subject: [PATCH] Add entry for removed Python 3.8 support --- docs/community/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/community/release-notes.md b/docs/community/release-notes.md index 20e91dfb9..9d7d9db33 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -70,6 +70,7 @@ This release is considered a significant release to improve upstream support wit ## Removals +* Remove support for Python 3.8 in [#9670](https://github.com/encode/django-rest-framework/pull/9670) * Remove long deprecated code from request wrapper in [#9441](https://github.com/encode/django-rest-framework/pull/9441) * Remove deprecated `AutoSchema._get_reference` method in [#9525](https://github.com/encode/django-rest-framework/pull/9525)