summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElBe <90863907+ElBe-Plaq@users.noreply.github.com>2023-03-30 16:01:19 +0200
committerGitHub <noreply@github.com>2023-03-30 07:01:19 -0700
commit610bef5d0c083087686d1f87fd565209954b8f23 (patch)
treeadd500fe3d4a59866690d125bcf7cc92474398d9
parentc037e62b2fd26a63beef64b24decf62417ae45d4 (diff)
downloadtox-git-610bef5d0c083087686d1f87fd565209954b8f23.tar.gz
Added python 3.11 (#2964)
-rw-r--r--docs/changelog/2964.doc.rst1
-rw-r--r--docs/installation.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog/2964.doc.rst b/docs/changelog/2964.doc.rst
new file mode 100644
index 00000000..eb7fc6c0
--- /dev/null
+++ b/docs/changelog/2964.doc.rst
@@ -0,0 +1 @@
+Added python version 3.11 to ``installation.rst``.
diff --git a/docs/installation.rst b/docs/installation.rst
index a843ad4d..01c248ab 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 <https://www.python.org/>`_ versions 3.7, 3.8, 3.9, 3.10
+- `CPython <https://www.python.org/>`_ 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.