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

Commit 49766c8

Browse files
committed
Add 3.8 to supported version.
1 parent 7cf8da2 commit 49766c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docstring conventions.
2323
`PEP 257 <http://www.python.org/dev/peps/pep-0257/>`_ out of the box, but it
2424
should not be considered a reference implementation.
2525

26-
**pydocstyle** supports Python 3.5, 3.6 and 3.7.
26+
**pydocstyle** supports Python 3.5, 3.6, 3.7 and 3.8.
2727

2828

2929
Quick Start

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ docstring conventions.
88
`PEP 257 <http://www.python.org/dev/peps/pep-0257/>`_ out of the box, but it
99
should not be considered a reference implementation.
1010

11-
**pydocstyle** supports Python 3.5, 3.6, and 3.7.
11+
**pydocstyle** supports Python 3.5, 3.6, 3.7 and 3.8.
1212

1313

1414
.. include:: quickstart.rst

0 commit comments

Comments
 (0)