From ca7325944a807694030bc342132aefd0efeea342 Mon Sep 17 00:00:00 2001 From: Ievgen Popovych Date: Thu, 30 Nov 2023 11:40:48 +0200 Subject: Update docs to mention Python 3.12 support Signed-off-by: Ievgen Popovych --- HACKING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING.txt') diff --git a/HACKING.txt b/HACKING.txt index bb7045ed6..f7c569a01 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -51,7 +51,7 @@ In order to add a feature to Pyramid: (in `docs/`). - The feature must work fully on the following CPython versions: 3.7, 3.8, 3.9, - 3.10, and 3.11 on both UNIX and Windows. + 3.10, 3.11, and 3.12 on both UNIX and Windows. - The feature must work on the latest version of PyPy3. -- cgit v1.2.3