Skip to content

Commit 85a87be

Browse files
committed
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 #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.
1 parent edfe326 commit 85a87be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@ jobs:
2323
python-version: "3.7"
2424
os-ver: "22.04"
2525
- experimental: false
26-
- python-version: "3.13"
26+
- os-type: windows
27+
python-version: "3.13"
2728
experimental: true
2829

2930
fail-fast: false
3031

3132
runs-on: ${{ matrix.os-type }}-${{ matrix.os-ver }}
3233

34+
continue-on-error: ${{ matrix.experimental }}
35+
3336
defaults:
3437
run:
3538
shell: bash --noprofile --norc -exo pipefail {0}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy