@@ -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:
25
- 3.7, 3. 8, 3.9, 3.10, 3.11 and 3.12 on both UNIX and Windows.
25
+ 3.8, 3.9, 3.10, 3.11 and 3.12 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
@@ -148,7 +148,7 @@ Running System Tests
148
148
149
149
.. note::
150
150
151
- System tests are only configured to run under Python 3.7, 3. 8, 3.9, 3.10, 3.11 and 3.12.
151
+ System tests are only configured to run under Python 3.8, 3.9, 3.10, 3.11 and 3.12.
152
152
For expediency, we do not run them in older versions of Python 3.
153
153
154
154
This alone will not run the tests. You'll need to change some local
@@ -221,14 +221,12 @@ Supported Python Versions
221
221
222
222
We support:
223
223
224
- - `Python 3.7 `_
225
224
- `Python 3.8 `_
226
225
- `Python 3.9 `_
227
226
- `Python 3.10 `_
228
227
- `Python 3.11 `_
229
228
- `Python 3.12 `_
230
229
231
- .. _Python 3.7 : https://docs.python.org/3.7/
232
230
.. _Python 3.8 : https://docs.python.org/3.8/
233
231
.. _Python 3.9 : https://docs.python.org/3.9/
234
232
.. _Python 3.10 : https://docs.python.org/3.10/
@@ -241,7 +239,7 @@ Supported versions can be found in our ``noxfile.py`` `config`_.
241
239
.. _config : https://github.com/googleapis/python-bigquery-pandas/blob/main/noxfile.py
242
240
243
241
244
- We also explicitly decided to support Python 3 beginning with version 3.7 .
242
+ We also explicitly decided to support Python 3 beginning with version 3.8 .
245
243
Reasons for this include:
246
244
247
245
- Encouraging use of newest versions of Python 3
0 commit comments