Skip to content

Commit 2dfb6d3

Browse files
1 parent 750188c commit 2dfb6d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎CONTRIBUTING.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In order to add a feature:
2222
documentation.
2323

2424
- The feature must work fully on the following CPython versions:
25-
3.6, 3.7, 3.8, 3.9, 3.10 and 3.11 on both UNIX and Windows.
25+
3.7, 3.8, 3.9, 3.10 and 3.11 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
@@ -221,14 +221,12 @@ Supported Python Versions
221221

222222
We support:
223223

224-
- `Python 3.6`_
225224
- `Python 3.7`_
226225
- `Python 3.8`_
227226
- `Python 3.9`_
228227
- `Python 3.10`_
229228
- `Python 3.11`_
230229

231-
.. _Python 3.6: https://docs.python.org/3.6/
232230
.. _Python 3.7: https://docs.python.org/3.7/
233231
.. _Python 3.8: https://docs.python.org/3.8/
234232
.. _Python 3.9: https://docs.python.org/3.9/
@@ -241,7 +239,7 @@ Supported versions can be found in our ``noxfile.py`` `config`_.
241239
.. _config: https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/noxfile.py
242240

243241

244-
We also explicitly decided to support Python 3 beginning with version 3.6.
242+
We also explicitly decided to support Python 3 beginning with version 3.7.
245243
Reasons for this include:
246244

247245
- Encouraging use of newest versions of Python 3

0 commit comments

Comments
 (0)