From cdd0e035407fc12a42948bebed96448a6b7f7bf6 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Sat, 12 Jun 2021 10:02:58 -0400 Subject: [PATCH] Updating readme to reflect support for Python 3.9 According to the badge on the README Python 3.9 is supported and 3.9 is tested in CI, but it is not listed as being supported in the text of the README so I added it there. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a4e8aa7a..8df50553 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,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, 3.7, 3.8 and 3.9. Quick Start