Skip to content

Commit 4b25af2

Browse files
committed
Go back to testing free-threaded interpreters only on GNU/Linux
This effectively reverts d1ab2e4. It doesn't look like any problems arose, and contrary to my guess, the additional jobs do actually make the checks that we intend to be blocking for PRs take longer, even after all non-macOS checks have completed.
1 parent 8d97906 commit 4b25af2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ 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"
22+
- os-type: macos
23+
python-version: "3.14t"
2024
- os-type: windows
2125
python-version: "3.13" # FIXME: Fix and enable Python 3.13 and 3.14 on Windows (#1955).
2226
- os-type: windows

0 commit comments

Comments
 (0)