From 671329e169c883fcc187329138bbea6edd033127 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 3 Jan 2023 10:21:14 +0100 Subject: [PATCH] Docs: pydocstyle supports Python 3.7 through 3.11. (#616) * Docs: pydocstyle supports Python 3.6 through 3.11. * Add note about python 3.6 compatibility Co-authored-by: Sambhav Kothari --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 991a01e4..a7cb5807 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,9 @@ docstring conventions. `PEP 257 `_ out of the box, but it should not be considered a reference implementation. -**pydocstyle** supports Python 3.6, 3.7 and 3.8. +**pydocstyle** supports Python 3.7 through 3.11. + +Although pydocstyle is tries to be compatible with Python 3.6, it is not tested. .. include:: quickstart.rst