Skip to content

Commit

Permalink
docs: add 3.8 support to contributing
Browse files Browse the repository at this point in the history
Release-As: 1.19.2

Trying to get a release for #563
  • Loading branch information
busunkim96 authored Jul 17, 2020
1 parent a48b5b9 commit 6b7ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A few notes on making changes to ``google-auth-library-python``.
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``.
Expand Down

0 comments on commit 6b7ad90

Please sign in to comment.