From d567a8265fd6dc35084398a873eca485bd94cc74 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 13 Dec 2022 15:36:27 +0000 Subject: [PATCH] Declare support for Python 3.11 (#14673) * Declare support for Python 3.11 * Changelog --- changelog.d/14673.doc | 1 + docs/setup/installation.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/14673.doc diff --git a/changelog.d/14673.doc b/changelog.d/14673.doc new file mode 100644 index 000000000..7baf5f7f3 --- /dev/null +++ b/changelog.d/14673.doc @@ -0,0 +1 @@ +Declare support for Python 3.11. diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 436041f8a..306085e00 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