From e0d3dd9887b5dee971755d85474806d020467f19 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 13 Dec 2022 14:53:05 +0000 Subject: [PATCH 1/2] Declare support for Python 3.11 --- docs/setup/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 436041f8a8ca..306085e005e2 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -200,7 +200,7 @@ When following this route please make sure that the [Platform-specific prerequis System requirements: - POSIX-compliant system (tested on Linux & OS X) -- Python 3.7 or later, up to Python 3.10. +- Python 3.7 or later, up to Python 3.11. - At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org If building on an uncommon architecture for which pre-built wheels are From 118f0d3ecdf29360c405595f6b0eb273c5067aa8 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 13 Dec 2022 14:55:48 +0000 Subject: [PATCH 2/2] Changelog --- changelog.d/14673.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/14673.doc diff --git a/changelog.d/14673.doc b/changelog.d/14673.doc new file mode 100644 index 000000000000..7baf5f7f38c9 --- /dev/null +++ b/changelog.d/14673.doc @@ -0,0 +1 @@ +Declare support for Python 3.11.