Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 191cb3d

Browse files
1 parent 95354e9 commit 191cb3d

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

CONTRIBUTING.rst

Lines changed: 3 additions & 7 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.7, 3.8, 3.9, 3.11, 3.12 and 3.13 on both UNIX and Windows.
25+
3.9, 3.11, 3.12 and 3.13 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
@@ -148,7 +148,7 @@ Running System Tests
148148

149149
.. note::
150150

151-
System tests are only configured to run under Python 3.8, 3.11, 3.12 and 3.13.
151+
System tests are only configured to run under Python 3.9, 3.11, 3.12 and 3.13.
152152
For expediency, we do not run them in older versions of Python 3.
153153

154154
This alone will not run the tests. You'll need to change some local
@@ -221,15 +221,11 @@ Supported Python Versions
221221

222222
We support:
223223

224-
- `Python 3.7`_
225-
- `Python 3.8`_
226224
- `Python 3.9`_
227225
- `Python 3.11`_
228226
- `Python 3.12`_
229227
- `Python 3.13`_
230228

231-
.. _Python 3.7: https://docs.python.org/3.7/
232-
.. _Python 3.8: https://docs.python.org/3.8/
233229
.. _Python 3.9: https://docs.python.org/3.9/
234230
.. _Python 3.11: https://docs.python.org/3.11/
235231
.. _Python 3.12: https://docs.python.org/3.12/
@@ -241,7 +237,7 @@ Supported versions can be found in our ``noxfile.py`` `config`_.
241237
.. _config: https://github.com/googleapis/python-bigquery-magics/blob/main/noxfile.py
242238

243239

244-
We also explicitly decided to support Python 3 beginning with version 3.7.
240+
We also explicitly decided to support Python 3 beginning with version 3.9.
245241
Reasons for this include:
246242

247243
- Encouraging use of newest versions of Python 3

0 commit comments

Comments
 (0)