Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork959
Commit85a87be
committed
Set job-level continue-on-error for Python 3.13 on Windows
It is specifically that combination that breaks some things. Theunderlying cause is a change in `isabs` to correctly report thatpaths on Windows that start with `\` that is not part of aconstruction such as `\\?\` are not absolute paths. (See#1955 andlinks therein.) The change to `isabs` starts in 3.13, and it isonly applicable to Windows, so only that combination is affected.1 parentedfe326 commit85a87be
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments
Comments
(0)