@@ -21,8 +21,8 @@ In order to add a feature:
21
21
- The feature must be documented in both the API and narrative
22
22
documentation.
23
23
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.
24
+ - The feature must work fully on the following CPython versions:
25
+ 3.6 , 3.7 , 3.8 and 3.9 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
@@ -202,25 +202,24 @@ Supported Python Versions
202
202
203
203
We support:
204
204
205
- - `Python 3.5 `_
206
205
- `Python 3.6 `_
207
206
- `Python 3.7 `_
208
207
- `Python 3.8 `_
208
+ - `Python 3.9 `_
209
209
210
- .. _Python 3.5 : https://docs.python.org/3.5/
211
210
.. _Python 3.6 : https://docs.python.org/3.6/
212
211
.. _Python 3.7 : https://docs.python.org/3.7/
213
212
.. _Python 3.8 : https://docs.python.org/3.8/
213
+ .. _Python 3.9 : https://docs.python.org/3.9/
214
214
215
215
216
216
Supported versions can be found in our ``noxfile.py `` `config `_.
217
217
218
218
.. _config : https://github.com/googleapis/python-logging/blob/master/noxfile.py
219
219
220
- Python 2.7 support is deprecated. All code changes should maintain Python 2.7 compatibility until January 1, 2020.
221
220
222
221
We also explicitly decided to support Python 3 beginning with version
223
- 3.5 . Reasons for this include:
222
+ 3.6 . Reasons for this include:
224
223
225
224
- Encouraging use of newest versions of Python 3
226
225
- Taking the lead of `prominent `_ open-source `projects `_
0 commit comments