This repository was archived by the owner on Feb 26, 2026. It is now read-only.
Commit 6be3df6
feat: Add support for python 3.14 (#1065)
This PR adds python 3.14 support to the python-logging package.
Expanding off of Omair's work here:
#1055
---------
Co-authored-by: ohmayr <omairn@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Zheng <kevzheng@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent 36fb427 commit 6be3df6Copy full SHA for 6be3df6
13 files changed
+141-22Lines changed: 141 additions & 22 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .kokoro/samples/python3.14
- .librarian/generator-input
- samples/snippets
- testing
- tests/system
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.kokoro/samples/python3.14/common.cfg
Copy file name to clipboard+60Lines changed: 60 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 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
Collapse file
.kokoro/samples/python3.14/continuous.cfg
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
Collapse file
.kokoro/samples/python3.14/periodic-head.cfg
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
.kokoro/samples/python3.14/periodic.cfg
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
Collapse file
.kokoro/samples/python3.14/presubmit.cfg
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
Collapse file
.librarian/generator-input/librarian.py
Copy file name to clipboardExpand all lines: .librarian/generator-input/librarian.py+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
96 | 96 | |
97 | 97 | |
98 | 98 | |
99 | | - |
| 99 | + |
| 100 | + |
100 | 101 | |
101 | 102 | |
102 | 103 | |
|
Collapse file
+6-4Lines changed: 6 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 | |
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | | - |
| 75 | + |
76 | 76 | |
77 | 77 | |
78 | 78 | |
| ||
143 | 143 | |
144 | 144 | |
145 | 145 | |
146 | | - |
| 146 | + |
147 | 147 | |
148 | 148 | |
149 | 149 | |
150 | 150 | |
151 | | - |
| 151 | + |
152 | 152 | |
153 | 153 | |
154 | 154 | |
| ||
228 | 228 | |
229 | 229 | |
230 | 230 | |
| 231 | + |
231 | 232 | |
232 | 233 | |
233 | 234 | |
| ||
236 | 237 | |
237 | 238 | |
238 | 239 | |
| 240 | + |
239 | 241 | |
240 | 242 | |
241 | 243 | |
|
Collapse file
+15-8Lines changed: 15 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | 42 | |
| 43 | + |
43 | 44 | |
44 | 45 | |
45 | 46 | |
| ||
58 | 59 | |
59 | 60 | |
60 | 61 | |
61 | | - |
| 62 | + |
62 | 63 | |
63 | 64 | |
64 | 65 | |
| ||
79 | 80 | |
80 | 81 | |
81 | 82 | |
82 | | - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
83 | 89 | |
84 | 90 | |
85 | 91 | |
| ||
143 | 149 | |
144 | 150 | |
145 | 151 | |
146 | | - |
| 152 | + |
147 | 153 | |
148 | 154 | |
149 | 155 | |
| ||
182 | 188 | |
183 | 189 | |
184 | 190 | |
185 | | - |
186 | | - |
| 191 | + |
| 192 | + |
187 | 193 | |
188 | 194 | |
189 | 195 | |
| ||
383 | 389 | |
384 | 390 | |
385 | 391 | |
386 | | - |
| 392 | + |
387 | 393 | |
388 | 394 | |
389 | 395 | |
390 | 396 | |
391 | 397 | |
392 | 398 | |
393 | 399 | |
394 | | - |
| 400 | + |
| 401 | + |
395 | 402 | |
396 | 403 | |
397 | 404 | |
|
Collapse file
samples/snippets/export_test.py
Copy file name to clipboardExpand all lines: samples/snippets/export_test.py+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
54 | | - |
| 53 | + |
| 54 | + |
55 | 55 | |
56 | 56 | |
57 | 57 | |
| ||
79 | 79 | |
80 | 80 | |
81 | 81 | |
82 | | - |
| 82 | + |
83 | 83 | |
84 | 84 | |
85 | 85 | |
|
Collapse file
samples/snippets/noxfile.py
Copy file name to clipboardExpand all lines: samples/snippets/noxfile.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
89 | 89 | |
90 | 90 | |
91 | 91 | |
92 | | - |
| 92 | + |
93 | 93 | |
94 | 94 | |
95 | 95 | |
|
0 commit comments