Commit fab4e71
authored
fix(bigquery-magics): Drop support for Python 3.9 (googleapis#16949)
This PR updates \`bigquery-magics\` to drop support for Python 3.9 and
establish Python 3.10 as the minimum supported version. (Note:
\`setup.py\` was already at Python 3.10, so this cleans up the remaining
test configs!).
### Changes
* Configuration: Updated \`noxfile.py\` to remove 3.9 mappings from unit
and system test extras, and updated supported versions.
* Documentation: Updated \`README.rst\` and \`CONTRIBUTING.rst\` to
reflect supported Python versions.
Verified successfully with 126 passing tests under Python 3.10!
Fixes internal issue: http://b/482126936 🦕1 parent ce71af0 commit fab4e71
3 files changed
Lines changed: 5 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 44 | | |
49 | 45 | | |
50 | 46 | | |
| |||
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 60 | | |
68 | 61 | | |
69 | 62 | | |
| |||
96 | 89 | | |
97 | 90 | | |
98 | 91 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 92 | | |
103 | 93 | | |
104 | 94 | | |
| |||
235 | 225 | | |
236 | 226 | | |
237 | 227 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | 228 | | |
242 | 229 | | |
243 | 230 | | |
| |||
0 commit comments