Commit d37a953
authored
fix(ndb): Drop support for Python 3.9 (#16950)
This PR updates \`google-cloud-ndb\` to drop support for Python 3.9 and
establish Python 3.10 as the minimum supported version.
### Changes
* Configuration: Updated \`setup.py\` and \`noxfile.py\` to require
Python 3.10+ and remove references to Python 3.9.
* Documentation: Updated \`README.md\` and \`CONTRIBUTING.rst\` to
reflect supported Python versions.
* Constraints: Transferred lower bounds to \`constraints-3.10.txt\` and
dropped \`constraints-3.9.txt\`.
* Updated lower bound for pytz due to incompatibility with Python 3.10.
Fixes internal issue: http://b/482126936 🦕1 parent 95e1009 commit d37a953Copy full SHA for d37a953
6 files changed
+22-26Lines changed: 22 additions & 26 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/google-cloud-ndb
- testing
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/google-cloud-ndb/CONTRIBUTING.rst
Copy file name to clipboardExpand all lines: packages/google-cloud-ndb/CONTRIBUTING.rst+1-3Lines changed: 1 addition & 3 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
| ||
259 | 259 | |
260 | 260 | |
261 | 261 | |
262 | | - |
263 | 262 | |
264 | 263 | |
265 | 264 | |
266 | 265 | |
267 | 266 | |
268 | 267 | |
269 | | - |
270 | 268 | |
271 | 269 | |
272 | 270 | |
|
Collapse file
packages/google-cloud-ndb/README.md
Copy file name to clipboardExpand all lines: packages/google-cloud-ndb/README.md+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 |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | 42 | |
43 | 43 | |
|
Collapse file
packages/google-cloud-ndb/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-cloud-ndb/noxfile.py+2-3Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
51 | 50 | |
52 | 51 | |
53 | 52 | |
| ||
359 | 358 | |
360 | 359 | |
361 | 360 | |
362 | | - |
| 361 | + |
363 | 362 | |
364 | 363 | |
365 | 364 | |
|
Collapse file
packages/google-cloud-ndb/setup.py
Copy file name to clipboardExpand all lines: packages/google-cloud-ndb/setup.py+2-3Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
44 | 44 | |
45 | 45 | |
46 | 46 | |
47 | | - |
| 47 | + |
48 | 48 | |
49 | 49 | |
50 | 50 | |
| ||
68 | 68 | |
69 | 69 | |
70 | 70 | |
71 | | - |
72 | 71 | |
73 | 72 | |
74 | 73 | |
| ||
81 | 80 | |
82 | 81 | |
83 | 82 | |
84 | | - |
| 83 | + |
85 | 84 | |
86 | 85 | |
87 | 86 | |
|
Collapse file
packages/google-cloud-ndb/testing/constraints-3.10.txt
Copy file name to clipboard+15Lines changed: 15 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 | + |
Collapse file
packages/google-cloud-ndb/testing/constraints-3.9.txt
Copy file name to clipboardExpand all lines: packages/google-cloud-ndb/testing/constraints-3.9.txt-15Lines changed: 0 additions & 15 deletions
This file was deleted.
0 commit comments