Commit 5975c48
authored
fix(dns): Drop support for Python 3.9 (#16954)
This PR updates \`google-cloud-dns\` to establish Python 3.10 as the
minimum supported version, dropping support for Python 3.7, 3.8, and
3.9.
### Changes
* Configuration: Updated \`setup.py\` and \`noxfile.py\` to require
Python 3.10+ and remove references to Python 3.9.
* Documentation: Updated \`README.rst\` and \`CONTRIBUTING.rst\` to
reflect supported Python versions.
* Constraints: Transferred lower bounds to \`constraints-3.10.txt\` and
dropped \`constraints-3.9.txt\`.
Verified successfully with 65 passing unit tests under Python 3.10!
Fixes internal issue: http://b/482126936 🦕1 parent d5bea2e commit 5975c48Copy full SHA for 5975c48
8 files changed
+14-32Lines changed: 14 additions & 32 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/google-cloud-dns
- docs
- testing
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/google-cloud-dns/CONTRIBUTING.rst
Copy file name to clipboardExpand all lines: packages/google-cloud-dns/CONTRIBUTING.rst+1-14Lines changed: 1 addition & 14 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
| ||
197 | 197 | |
198 | 198 | |
199 | 199 | |
200 | | - |
201 | 200 | |
202 | 201 | |
203 | 202 | |
204 | 203 | |
205 | 204 | |
206 | 205 | |
207 | | - |
208 | 206 | |
209 | 207 | |
210 | 208 | |
| ||
217 | 215 | |
218 | 216 | |
219 | 217 | |
220 | | - |
221 | | - |
222 | | - |
223 | | - |
224 | | - |
225 | | - |
226 | | - |
227 | | - |
228 | | - |
229 | | - |
230 | | - |
231 | 218 | |
232 | 219 | |
233 | 220 | |
|
Collapse file
packages/google-cloud-dns/README.rst
Copy file name to clipboardExpand all lines: packages/google-cloud-dns/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 |
|---|---|---|
| ||
60 | 60 | |
61 | 61 | |
62 | 62 | |
63 | | - |
| 63 | + |
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | | - |
| 70 | + |
71 | 71 | |
72 | 72 | |
73 | 73 | |
|
Collapse file
packages/google-cloud-dns/docs/README.rst
Copy file name to clipboardExpand all lines: packages/google-cloud-dns/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 |
|---|---|---|
| ||
60 | 60 | |
61 | 61 | |
62 | 62 | |
63 | | - |
| 63 | + |
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | | - |
| 70 | + |
71 | 71 | |
72 | 72 | |
73 | 73 | |
|
Collapse file
packages/google-cloud-dns/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-cloud-dns/noxfile.py-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
40 | 39 | |
41 | 40 | |
42 | 41 | |
| ||
70 | 69 | |
71 | 70 | |
72 | 71 | |
73 | | - |
74 | 72 | |
75 | 73 | |
76 | 74 | |
|
Collapse file
packages/google-cloud-dns/pytest.ini
Copy file name to clipboardExpand all lines: packages/google-cloud-dns/pytest.ini-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
13 | | - |
14 | 12 | |
15 | 13 | |
16 | 14 | |
Collapse file
packages/google-cloud-dns/setup.py
Copy file name to clipboardExpand all lines: packages/google-cloud-dns/setup.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
76 | 76 | |
77 | 77 | |
78 | 78 | |
79 | | - |
80 | 79 | |
81 | 80 | |
82 | 81 | |
| ||
89 | 88 | |
90 | 89 | |
91 | 90 | |
92 | | - |
| 91 | + |
93 | 92 | |
94 | 93 | |
95 | 94 | |
Collapse file
packages/google-cloud-dns/testing/constraints-3.10.txt
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
Collapse file
packages/google-cloud-dns/testing/constraints-3.9.txt
Copy file name to clipboardExpand all lines: packages/google-cloud-dns/testing/constraints-3.9.txt-8Lines changed: 0 additions & 8 deletions
This file was deleted.
0 commit comments