docs: add 3.8 support to contributing (#564)
Release-As: 1.19.2
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index c04a6c6..ac65343 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -19,7 +19,7 @@
using ``nox -s docgen``.
- The change must work fully on the following CPython versions: 2.7,
- 3.5, 3.6, 3.7 across macOS, Linux, and Windows.
+ 3.5, 3.6, 3.7, 3.8 across macOS, Linux, and Windows.
- The codebase *must* have 100% test statement coverage after each commit.
You can test coverage via ``nox -e cover``.