Commit e7efd90
authored
fix(runtimeconfig): Drop support for Python 3.9 (#16947)
This PR updates \`google-cloud-runtimeconfig\` to establish Python 3.10
as the minimum supported version, dropping support for Python 3.9 and
below.
### 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.
* Cleanup: Removed dead deprecation warnings from \`pytest.ini\`.
* Constraints: Transferred lower bounds to \`constraints-3.10.txt\` and
dropped \`constraints-3.9.txt\`.
Verified successfully with 49 passing unit tests under Python 3.10!
Fixes internal issue: http://b/482126936 🦕1 parent fab4e71 commit e7efd90Copy full SHA for e7efd90
7 files changed
+13-21Lines changed: 13 additions & 21 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/google-cloud-runtimeconfig
- testing
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/google-cloud-runtimeconfig/CONTRIBUTING.rst
Copy file name to clipboardExpand all lines: packages/google-cloud-runtimeconfig/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 |
|---|---|---|
| ||
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 | |
|
Collapse file
packages/google-cloud-runtimeconfig/README.rst
Copy file name to clipboardExpand all lines: packages/google-cloud-runtimeconfig/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 |
|---|---|---|
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
56 | | - |
| 56 | + |
57 | 57 | |
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | 61 | |
62 | 62 | |
63 | | - |
| 63 | + |
64 | 64 | |
65 | 65 | |
66 | 66 | |
|
Collapse file
packages/google-cloud-runtimeconfig/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-cloud-runtimeconfig/noxfile.py-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
40 | 39 | |
41 | 40 | |
42 | 41 | |
|
Collapse file
packages/google-cloud-runtimeconfig/pytest.ini
Copy file name to clipboardExpand all lines: packages/google-cloud-runtimeconfig/pytest.ini+1-5Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
| 9 | + |
Collapse file
packages/google-cloud-runtimeconfig/setup.py
Copy file name to clipboardExpand all lines: packages/google-cloud-runtimeconfig/setup.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
73 | 73 | |
74 | 74 | |
75 | 75 | |
76 | | - |
77 | 76 | |
78 | 77 | |
79 | 78 | |
| ||
86 | 85 | |
87 | 86 | |
88 | 87 | |
89 | | - |
| 88 | + |
90 | 89 | |
91 | 90 | |
92 | 91 | |
Collapse file
packages/google-cloud-runtimeconfig/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-runtimeconfig/testing/constraints-3.9.txt
Copy file name to clipboardExpand all lines: packages/google-cloud-runtimeconfig/testing/constraints-3.9.txt-8Lines changed: 0 additions & 8 deletions
This file was deleted.
0 commit comments