@@ -22,7 +22,7 @@ In order to add a feature:
2222 documentation.
2323
2424- The feature must work fully on the following CPython versions: 2.7,
25- 3.5, 3.6, 3.7 and 3.8 on both UNIX and Windows.
25+ 3.5, 3.6, 3.7, 3.8, 3.9 and 3.10 on both UNIX and Windows.
2626
2727- The feature must not add unnecessary dependencies (where
2828 "unnecessary" is of course subjective, but new dependencies should
@@ -111,7 +111,7 @@ Coding Style
111111 should point to the official ``googleapis `` checkout and the
112112 the branch should be the main branch on that remote (``main ``).
113113
114- - This repository contains configuration for the
114+ - This repository contains configuration for the
115115 `pre-commit <https://pre-commit.com/ >`__ tool, which automates checking
116116 our linters during a commit. If you have it installed on your ``$PATH ``,
117117 you can enable enforcing those checks via:
@@ -156,7 +156,7 @@ Running System Tests
156156 `docs <https://cloud.google.com/storage/docs/authentication#generating-a-private-key >`__
157157 for more details.
158158
159- - Once you have downloaded your json keys, set the environment variable
159+ - Once you have downloaded your json keys, set the environment variable
160160 ``GOOGLE_APPLICATION_CREDENTIALS `` to the absolute path of the json file::
161161
162162 $ export GOOGLE_APPLICATION_CREDENTIALS="/Users/<your_username>/path/to/app_credentials.json"
0 commit comments