From 9a26a42242e38235baa9ce0fb02174184837ae1b Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 30 Mar 2023 12:26:48 +0200 Subject: [PATCH 1/3] Added python 3.11 --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index a843ad4d1..01c248abb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -66,7 +66,7 @@ Python and OS Compatibility tox works with the following Python interpreter implementations: -- `CPython `_ versions 3.7, 3.8, 3.9, 3.10 +- `CPython `_ versions 3.7, 3.8, 3.9, 3.10, 3.11 This means tox works on the latest patch version of each of these minor versions. Previous patch versions are supported on a best effort approach. From 081dfaa15dc6c35a9f75b24b3f413ffbfa3e5007 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 30 Mar 2023 12:48:52 +0200 Subject: [PATCH 2/3] Create 2964.documentation.rst --- docs/changelog/2964.documentation.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/changelog/2964.documentation.rst diff --git a/docs/changelog/2964.documentation.rst b/docs/changelog/2964.documentation.rst new file mode 100644 index 000000000..eb7fc6c0c --- /dev/null +++ b/docs/changelog/2964.documentation.rst @@ -0,0 +1 @@ +Added python version 3.11 to ``installation.rst``. From 90c1d371cedca9d268b90be27abf5b787e3c46aa Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 30 Mar 2023 12:50:27 +0200 Subject: [PATCH 3/3] Rename 2964.documentation.rst to 2964.doc.rst --- docs/changelog/{2964.documentation.rst => 2964.doc.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/changelog/{2964.documentation.rst => 2964.doc.rst} (100%) diff --git a/docs/changelog/2964.documentation.rst b/docs/changelog/2964.doc.rst similarity index 100% rename from docs/changelog/2964.documentation.rst rename to docs/changelog/2964.doc.rst