Commit b4fa220
authored
fix(google-auth-httplib2): Drop support for Python 3.7, 3.8, and 3.9 (googleapis#16937)
This PR updates `google-auth-httplib2` 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.
* Cleanup: Removed Python 3.7 deprecation warning in `pytest.ini`.
* 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 93e063e commit b4fa220Copy full SHA for b4fa220
5 files changed
+11-15Lines changed: 11 additions & 15 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/google-auth-httplib2
- testing
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/google-auth-httplib2/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-auth-httplib2/noxfile.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
38 | 37 | |
39 | 38 | |
40 | 39 | |
| ||
57 | 56 | |
58 | 57 | |
59 | 58 | |
60 | | - |
| 59 | + |
61 | 60 | |
62 | 61 | |
63 | 62 | |
|
Collapse file
packages/google-auth-httplib2/pytest.ini
Copy file name to clipboardExpand all lines: packages/google-auth-httplib2/pytest.ini-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
7 | 5 | |
8 | 6 | |
Collapse file
packages/google-auth-httplib2/setup.py
Copy file name to clipboardExpand all lines: packages/google-auth-httplib2/setup.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
46 | 45 | |
47 | 46 | |
48 | 47 | |
|
Collapse file
packages/google-auth-httplib2/testing/constraints-3.10.txt
Copy file name to clipboard+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
Collapse file
packages/google-auth-httplib2/testing/constraints-3.9.txt
Copy file name to clipboardExpand all lines: packages/google-auth-httplib2/testing/constraints-3.9.txt-9Lines changed: 0 additions & 9 deletions
This file was deleted.
0 commit comments