Commit 6cbdf87
authored
update testing for python 3.14 (#1955)
* update testing for python 3.14
* Allow python 3.14 in attach code
* move 3.14 to its own job outside of matrix
* try 3.14.0-rc.2
* allowUnstable
* use 3.14.0-rc.2 but use 3.14 in tests1 parent 2eb3afe commit 6cbdf87Copy full SHA for 6cbdf87
7 files changed
+36-17Lines changed: 36 additions & 17 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- azure-pipelines
- templates
- src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
114 | 114 | |
115 | 115 | |
116 | 116 | |
117 | | - |
| 117 | + |
118 | 118 | |
119 | 119 | |
120 | 120 | |
|
Collapse file
azure-pipelines/pipelines.yaml
Copy file name to clipboardExpand all lines: azure-pipelines/pipelines.yaml+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
135 | 135 | |
136 | 136 | |
137 | 137 | |
| 138 | + |
| 139 | + |
138 | 140 | |
139 | 141 | |
140 | 142 | |
| ||
178 | 180 | |
179 | 181 | |
180 | 182 | |
| 183 | + |
| 184 | + |
181 | 185 | |
182 | 186 | |
183 | 187 | |
| ||
224 | 228 | |
225 | 229 | |
226 | 230 | |
| 231 | + |
| 232 | + |
227 | 233 | |
228 | 234 | |
229 | 235 | |
|
Collapse file
azure-pipelines/templates/run_tests.yml
Copy file name to clipboardExpand all lines: azure-pipelines/templates/run_tests.yml+12-4Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | | - |
8 | | - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
9 | 10 | |
10 | | - |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
11 | 19 | |
12 | 20 | |
13 | 21 | |
|
Collapse file
azure-pipelines/templates/use_python.yml
Copy file name to clipboardExpand all lines: azure-pipelines/templates/use_python.yml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
Collapse file
+9-9Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
82 | | - |
83 | | - |
84 | | - |
85 | | - |
86 | | - |
87 | | - |
88 | | - |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
89 | 87 | |
90 | 88 | |
91 | 89 | |
| ||
170 | 168 | |
171 | 169 | |
172 | 170 | |
| 171 | + |
| 172 | + |
173 | 173 | |
174 | 174 | |
175 | 175 | |
| ||
202 | 202 | |
203 | 203 | |
204 | 204 | |
205 | | - |
| 205 | + |
206 | 206 | |
Collapse file
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp
Copy file name to clipboardExpand all lines: src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
| ||
78 | 79 | |
79 | 80 | |
80 | 81 | |
| 82 | + |
| 83 | + |
| 84 | + |
81 | 85 | |
82 | 86 | |
83 | 87 | |
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
14 | | - |
| 13 | + |
| 14 | + |
0 commit comments