Commit cddabc0
authored
feat(spanner): drop python runtime 3.9 (#17070)
## Description
This Pull Request drops support for Python 3.9 in the
`google-cloud-spanner` package. This is part of our ongoing effort to
modernize the Cloud SDK libraries and remove support for End-of-Life
(EOL) Python versions.
## Changes
- Removed Python 3.9 from testing configurations and constraints files.
- Resolved dependency conflicts arising from dropping support.
- Cleaned up obsolete code related to Python 3.9 support.1 parent 0d39c95 commit cddabc0Copy full SHA for cddabc0
13 files changed
+66-284Lines changed: 66 additions & 284 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/google-cloud-spanner
- docs
- google/cloud
- spanner_admin_database_v1
- spanner_admin_instance_v1
- spanner_v1
- testing
- tests
- unit/gapic
- spanner_admin_database_v1
- spanner_admin_instance_v1
- spanner_v1
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/google-cloud-spanner/README.rst
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/README.rst+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
62 | 62 | |
63 | 63 | |
64 | 64 | |
65 | | - |
| 65 | + |
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | 70 | |
71 | 71 | |
72 | | - |
| 72 | + |
73 | 73 | |
74 | 74 | |
75 | 75 | |
|
Collapse file
packages/google-cloud-spanner/docs/README.rst
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/docs/README.rst+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
62 | 62 | |
63 | 63 | |
64 | 64 | |
65 | | - |
| 65 | + |
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | 70 | |
71 | 71 | |
72 | | - |
| 72 | + |
73 | 73 | |
74 | 74 | |
75 | 75 | |
|
Collapse file
packages/google-cloud-spanner/google/cloud/spanner_admin_database_v1/__init__.py
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/google/cloud/spanner_admin_database_v1/__init__.py+10-91Lines changed: 10 additions & 91 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | 24 | |
32 | 25 | |
33 | 26 | |
| ||
106 | 99 | |
107 | 100 | |
108 | 101 | |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | | - |
124 | | - |
125 | | - |
126 | | - |
127 | | - |
128 | | - |
129 | | - |
130 | | - |
131 | | - |
132 | | - |
133 | | - |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
153 | | - |
154 | | - |
155 | | - |
156 | | - |
157 | | - |
158 | | - |
159 | | - |
160 | | - |
161 | | - |
162 | | - |
163 | | - |
164 | | - |
165 | | - |
| 102 | + |
166 | 103 | |
167 | | - |
168 | | - |
169 | | - |
170 | | - |
171 | | - |
172 | | - |
173 | | - |
174 | | - |
175 | | - |
176 | | - |
177 | | - |
178 | | - |
179 | | - |
180 | | - |
181 | | - |
182 | | - |
183 | | - |
184 | | - |
185 | | - |
186 | | - |
187 | | - |
188 | | - |
| 104 | + |
| 105 | + |
| 106 | + |
189 | 107 | |
190 | | - |
191 | | - |
192 | | - |
193 | | - |
194 | | - |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
195 | 114 | |
196 | 115 | |
197 | 116 | |
|
Collapse file
packages/google-cloud-spanner/google/cloud/spanner_admin_instance_v1/__init__.py
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/google/cloud/spanner_admin_instance_v1/__init__.py+10-91Lines changed: 10 additions & 91 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | 24 | |
32 | 25 | |
33 | 26 | |
| ||
78 | 71 | |
79 | 72 | |
80 | 73 | |
81 | | - |
82 | | - |
83 | | - |
84 | | - |
85 | | - |
86 | | - |
87 | | - |
88 | | - |
89 | | - |
90 | | - |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
101 | | - |
102 | | - |
103 | | - |
104 | | - |
105 | | - |
106 | | - |
107 | | - |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | | - |
124 | | - |
125 | | - |
126 | | - |
127 | | - |
128 | | - |
129 | | - |
130 | | - |
131 | | - |
132 | | - |
133 | | - |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
| 74 | + |
138 | 75 | |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
153 | | - |
154 | | - |
155 | | - |
156 | | - |
157 | | - |
158 | | - |
159 | | - |
160 | | - |
| 76 | + |
| 77 | + |
| 78 | + |
161 | 79 | |
162 | | - |
163 | | - |
164 | | - |
165 | | - |
166 | | - |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
167 | 86 | |
168 | 87 | |
169 | 88 | |
|
Collapse file
packages/google-cloud-spanner/google/cloud/spanner_v1/_opentelemetry_tracing.py
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/google/cloud/spanner_v1/_opentelemetry_tracing.py+3-6Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
| 22 | + |
26 | 23 | |
27 | 24 | |
28 | 25 | |
| ||
99 | 96 | |
100 | 97 | |
101 | 98 | |
102 | | - |
| 99 | + |
103 | 100 | |
104 | | - |
| 101 | + |
105 | 102 | |
106 | 103 | |
107 | 104 | |
|
Collapse file
packages/google-cloud-spanner/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/noxfile.py-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
35 | 34 | |
36 | 35 | |
37 | 36 | |
|
Collapse file
packages/google-cloud-spanner/setup.py
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/setup.py+4-6Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
43 | | - |
| 42 | + |
| 43 | + |
44 | 44 | |
45 | | - |
| 45 | + |
46 | 46 | |
47 | | - |
48 | 47 | |
49 | 48 | |
50 | 49 | |
| ||
86 | 85 | |
87 | 86 | |
88 | 87 | |
89 | | - |
90 | 88 | |
91 | 89 | |
92 | 90 | |
| ||
97 | 95 | |
98 | 96 | |
99 | 97 | |
100 | | - |
| 98 | + |
101 | 99 | |
102 | 100 | |
103 | 101 | |
|
Collapse file
packages/google-cloud-spanner/testing/constraints-3.10.txt
Copy file name to clipboard+20-10Lines changed: 20 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
Collapse file
packages/google-cloud-spanner/testing/constraints-3.9.txt
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/testing/constraints-3.9.txt-13Lines changed: 0 additions & 13 deletions
This file was deleted.
0 commit comments