summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.