Commit 33b5505
authored
fix(google-resumable-media): Drop support for Python 3.9 (#16938)
This PR updates `google-resumable-media` 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` 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 b4fa220 commit 33b5505Copy full SHA for 33b5505
5 files changed
+15-16Lines changed: 15 additions & 16 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/google-resumable-media
- testing
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/google-resumable-media/README.rst
Copy file name to clipboardExpand all lines: packages/google-resumable-media/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 |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
| 19 | + |
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
|
Collapse file
packages/google-resumable-media/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-resumable-media/noxfile.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | 31 | |
|
Collapse file
packages/google-resumable-media/setup.py
Copy file name to clipboardExpand all lines: packages/google-resumable-media/setup.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
51 | 51 | |
52 | 52 | |
53 | 53 | |
54 | | - |
| 54 | + |
55 | 55 | |
56 | 56 | |
57 | 57 | |
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | | - |
62 | 61 | |
63 | 62 | |
64 | 63 | |
|
Collapse file
packages/google-resumable-media/testing/constraints-3.10.txt
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
Collapse file
packages/google-resumable-media/testing/constraints-3.9.txt
Copy file name to clipboardExpand all lines: packages/google-resumable-media/testing/constraints-3.9.txt-11Lines changed: 0 additions & 11 deletions
This file was deleted.
0 commit comments