Commit 25e2a2d
authored
fix(google-auth-oauthlib): Drop support for Python 3.9 (#16939)
This PR updates `google-auth-oauthlib` 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
the new supported and unsupported Python versions.
* Constraints: Updated `constraints-3.10.txt` with minimum versions from
`constraints-3.9.txt` and deleted `constraints-3.9.txt`.
Fixes internal issue: http://b/482126936 🦕1 parent 33b5505 commit 25e2a2dCopy full SHA for 25e2a2d
6 files changed
+15-19Lines changed: 15 additions & 19 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/google-auth-oauthlib
- testing
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/google-auth-oauthlib/CONTRIBUTING.rst
Copy file name to clipboardExpand all lines: packages/google-auth-oauthlib/CONTRIBUTING.rst+2-4Lines changed: 2 additions & 4 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 | | - |
| 218 | + |
221 | 219 | |
222 | 220 | |
223 | 221 | |
|
Collapse file
packages/google-auth-oauthlib/README.rst
Copy file name to clipboardExpand all lines: packages/google-auth-oauthlib/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 |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
41 | 41 | |
|
Collapse file
packages/google-auth-oauthlib/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-auth-oauthlib/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-auth-oauthlib/setup.py
Copy file name to clipboardExpand all lines: packages/google-auth-oauthlib/setup.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
54 | 54 | |
55 | 55 | |
56 | 56 | |
57 | | - |
| 57 | + |
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | 61 | |
62 | | - |
63 | 62 | |
64 | 63 | |
65 | 64 | |
|
Collapse file
packages/google-auth-oauthlib/testing/constraints-3.10.txt
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
Collapse file
packages/google-auth-oauthlib/testing/constraints-3.9.txt
Copy file name to clipboardExpand all lines: packages/google-auth-oauthlib/testing/constraints-3.9.txt-10Lines changed: 0 additions & 10 deletions
This file was deleted.
0 commit comments