Skip to content

Commit fd78857

Browse files
committed
Only test free-threaded Python on Linux
For now, this omits macOS and Windows from the 3.13t ("threaded") tests. The plan in #2005 is to start without them, and no OS-specific problems have been identified so far. In particular, in the previous commit that adds 3.13t without excluding any operating systems, all tests in the macOS job passed as expected, and the Windows job had the same failure with the same message as in #1955, with no XFAIL changed to XPASS (which, if present, would suggest GC differences meriting further exploration of 3.13t on Windows).
1 parent f1dbe33 commit fd78857

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpackage.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ jobs:
1717
exclude:
1818
- os-type: macos
1919
python-version: "3.7" # Not available for the ARM-based macOS runners.
20+
- os-type: macos
21+
python-version: "3.13t"
2022
- os-type: windows
2123
python-version: "3.13" # FIXME: Fix and enable Python 3.13 on Windows (#1955).
24+
- os-type: windows
25+
python-version: "3.13t"
2226
include:
2327
- os-ver: latest
2428
- os-type: ubuntu

0 commit comments

Comments
 (0)