Commit f38cd44
authored
feat(pandas-gbq): drop support for Python 3.9 (#16476)
Thank you for opening a Pull Request! Before submitting your PR, there
are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a
[bug/issue](https://github.com/googleapis/google-cloud-python/issues)
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes internal b/490130968 🦕1 parent 961eacd commit f38cd44Copy full SHA for f38cd44
8 files changed
+46-38Lines changed: 46 additions & 38 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/pandas-gbq
- pandas_gbq/core
- testing
- tests/unit/core
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/pandas-gbq/noxfile.py
Copy file name to clipboardExpand all lines: packages/pandas-gbq/noxfile.py+14-2Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
38 | 48 | |
39 | 49 | |
40 | 50 | |
| ||
54 | 64 | |
55 | 65 | |
56 | 66 | |
57 | | - |
| 67 | + |
58 | 68 | |
59 | 69 | |
60 | 70 | |
| ||
225 | 235 | |
226 | 236 | |
227 | 237 | |
| 238 | + |
| 239 | + |
228 | 240 | |
229 | 241 | |
230 | 242 | |
|
Collapse file
packages/pandas-gbq/pandas_gbq/core/biglake.py
Copy file name to clipboardExpand all lines: packages/pandas-gbq/pandas_gbq/core/biglake.py-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
22 | 21 | |
23 | 22 | |
24 | 23 | |
|
Collapse file
packages/pandas-gbq/pandas_gbq/core/resource_references.py
Copy file name to clipboardExpand all lines: packages/pandas-gbq/pandas_gbq/core/resource_references.py-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
12 | 11 | |
13 | 12 | |
14 | 13 | |
|
Collapse file
packages/pandas-gbq/pandas_gbq/core/sample.py
Copy file name to clipboardExpand all lines: packages/pandas-gbq/pandas_gbq/core/sample.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
17 | 16 | |
18 | | - |
| 17 | + |
19 | 18 | |
| 19 | + |
20 | 20 | |
21 | 21 | |
22 | 22 | |
|
Collapse file
packages/pandas-gbq/setup.py
Copy file name to clipboardExpand all lines: packages/pandas-gbq/setup.py+6-7Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | 31 | |
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
50 | 50 | |
51 | 51 | |
52 | 52 | |
| ||
88 | 88 | |
89 | 89 | |
90 | 90 | |
91 | | - |
92 | 91 | |
93 | 92 | |
94 | 93 | |
| ||
102 | 101 | |
103 | 102 | |
104 | 103 | |
105 | | - |
| 104 | + |
106 | 105 | |
107 | 106 | |
108 | 107 | |
Collapse file
packages/pandas-gbq/testing/constraints-3.10.txt
Copy file name to clipboard+23Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
Collapse file
packages/pandas-gbq/testing/constraints-3.9.txt
Copy file name to clipboardExpand all lines: packages/pandas-gbq/testing/constraints-3.9.txt-23Lines changed: 0 additions & 23 deletions
This file was deleted.
Collapse file
packages/pandas-gbq/tests/unit/core/test_biglake.py
Copy file name to clipboardExpand all lines: packages/pandas-gbq/tests/unit/core/test_biglake.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
| 10 | + |
12 | 11 | |
13 | 12 | |
14 | 13 | |
|
0 commit comments