You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AUTHORING_GUIDE.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ owner to review your code for product-specific needs.
46
46
In **library repositories** with pre-existing samples GitHub will automatically assign a reviewer
47
47
from python-samples-owners. If no reviewer is automatically assigned, contact [@googleapis/python-samples-owners](https://github.com/orgs/googleapis/teams/python-samples-owners).
48
48
49
-
Feel free to reach out to your assigned reviewer if it's been a few days and you haven't gotten a response!
49
+
Please reach out to your assigned reviewer if it's been more than 2 days and you haven't gotten a response!
50
50
51
51
### How do I set up my environment?
52
52
@@ -102,7 +102,7 @@ started with using a service or API — it should be in a _quickstart_ folder.
102
102
103
103
### Python Versions
104
104
105
-
Samples should support Python 3.6, 3.7, and 3.8.
105
+
Samples should support Python 3.6, 3.7, 3.8, and 3.9.
106
106
107
107
If the API or service your sample works with has specific Python version
108
108
requirements different from those mentioned above, the sample should support
0 commit comments