From ebd534e4468233e7687cb8340a7a8f79565b74d1 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 3 Jan 2023 10:10:00 +0100 Subject: [PATCH 1/2] Docs: pydocstyle supports Python 3.6 through 3.11. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 991a01e4..88a3d3c8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ 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.6 through 3.11. .. include:: quickstart.rst From a244460215695778ec1cac704821adcece7035d5 Mon Sep 17 00:00:00 2001 From: Sambhav Kothari Date: Tue, 3 Jan 2023 09:19:34 +0000 Subject: [PATCH 2/2] Add note about python 3.6 compatibility --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 88a3d3c8..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 through 3.11. +**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