From 5debe7729a3b0d9b3158d40f8f135985c837e5e3 Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Thu, 28 Dec 2023 21:36:51 +0100 Subject: [PATCH] docs: promise 3.12 compat --- docs/source/2023-news.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/2023-news.rst b/docs/source/2023-news.rst index 971cfef38..c26071580 100644 --- a/docs/source/2023-news.rst +++ b/docs/source/2023-news.rst @@ -10,9 +10,11 @@ Changelog - 2023 - on HTTP versions < 1.1 support for chunked transfer is refused (only used in exploits) - requests conflicting configured or passed SCRIPT_NAME now produce a verbose error - Trailer fields are no longer inspected for headers indicating secure scheme +- support Python 3.12 ** Breaking changes ** +- minimum version is Python 3.7 - the limitations on valid characters in the HTTP method have been bounded to Internet Standards - requests specifying unsupported transfer coding (order) are refused by default (rare) - HTTP methods are no longer casefolded by default (IANA method registry contains none affacted)