Commit 19db82f
authored
chore(bigframes): remove leftover support for Python <= 3.9 (googleapis#16961)
> [!note]
> This is part of a larger effort across the monorepo to ensure that all
packages are focused on currently supported Python runtimes. This
package was already heavily focused on 3.10 support so changes should be
fairly minimal.
This PR updates `bigframes` to establish Python 3.10 as the minimum
supported version, dropping support for Python 3.9 and below.
### Changes
* Configuration: Updated `noxfile.py` to remove references to Python 3.9
from the supported versions list.
* Documentation: Updated `CONTRIBUTING.rst` to use Python 3.10 in sample
commands and removed stale Python 2 compatibility notes.
* Cleanup: Removed dead code in `noxfile.py` that was skipping Python
3.7, 3.8, and 3.9.
Removed dead code in `tests/unit/test_pandas.py` checking for Python <
3.10.
Fixes internal issue: http://b/482126936 🦕1 parent 7b2983b commit 19db82f
3 files changed
Lines changed: 3 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
281 | 279 | | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 280 | | |
291 | 281 | | |
292 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
278 | | - | |
279 | 277 | | |
280 | 278 | | |
281 | 279 | | |
| |||
378 | 376 | | |
379 | 377 | | |
380 | 378 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | 379 | | |
385 | 380 | | |
386 | 381 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 57 | | |
63 | 58 | | |
64 | 59 | | |
| |||
0 commit comments