Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Updating readme to reflect support for Python 3.9 #545

Merged
merged 2 commits into from Aug 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -28,7 +28,7 @@ docstring conventions.
`PEP 257 <http://www.python.org/dev/peps/pep-0257/>`_ 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
Expand Down