@@ -22,7 +22,7 @@ In order to add a feature:
22
22
documentation.
23
23
24
24
- 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.
26
26
27
27
- The feature must not add unnecessary dependencies (where
28
28
"unnecessary" is of course subjective, but new dependencies should
@@ -111,7 +111,7 @@ Coding Style
111
111
should point to the official ``googleapis `` checkout and the
112
112
the branch should be the main branch on that remote (``main ``).
113
113
114
- - This repository contains configuration for the
114
+ - This repository contains configuration for the
115
115
`pre-commit <https://pre-commit.com/ >`__ tool, which automates checking
116
116
our linters during a commit. If you have it installed on your ``$PATH ``,
117
117
you can enable enforcing those checks via:
@@ -156,7 +156,7 @@ Running System Tests
156
156
`docs <https://cloud.google.com/storage/docs/authentication#generating-a-private-key >`__
157
157
for more details.
158
158
159
- - Once you have downloaded your json keys, set the environment variable
159
+ - Once you have downloaded your json keys, set the environment variable
160
160
``GOOGLE_APPLICATION_CREDENTIALS `` to the absolute path of the json file::
161
161
162
162
$ export GOOGLE_APPLICATION_CREDENTIALS="/Users/<your_username>/path/to/app_credentials.json"
0 commit comments