From a37a3703422cc79e8b9aaa80a653719aa8c1913c Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 3 Dec 2024 07:45:44 +0100 Subject: Raise Python version to 3.8 Fix some oversights of previous changes: - Bump limited API - Fix CMake files - Remove outdated version checks from Python code - Adapt some documentation Pick-to: 6.8 Task-number: PYSIDE-2943 Change-Id: Id8d9c4c6bb0629948de28beb3c4274991f84ff08 Reviewed-by: Cristian Maureira-Fredes --- sources/pyside6/doc/developer/signature_doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside6/doc/developer') diff --git a/sources/pyside6/doc/developer/signature_doc.rst b/sources/pyside6/doc/developer/signature_doc.rst index fa1127240..dceff15fc 100644 --- a/sources/pyside6/doc/developer/signature_doc.rst +++ b/sources/pyside6/doc/developer/signature_doc.rst @@ -3,7 +3,7 @@ The signature C extension ========================= -This module is a C extension for CPython 3.5 and up, and CPython 2.7. +This module is a C extension for CPython 3.X. Its purpose is to provide support for the ``__signature__`` attribute of builtin PyCFunction objects. -- cgit v1.2.3