Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set job-level continue-on-error for Python 3.13 on Windows
It is specifically that combination that breaks some things. The underlying cause is a change in `isabs` to correctly report that paths on Windows that start with `\` that is not part of a construction such as `\\?\` are not absolute paths. (See gitpython-developers#1955 and links therein.) The change to `isabs` starts in 3.13, and it is only applicable to Windows, so only that combination is affected.
- Loading branch information