Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56038c3

Browse files
EliahKaganByron
authored andcommitted
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-specificproblems have been identified so far. In particular, in theprevious commit that adds 3.13t without excluding any operatingsystems, all tests in the macOS job passed as expected, and theWindows job had the same failure with the same message as in#1955,with no XFAIL changed to XPASS (which, if present, would suggestGC differences meriting further exploration of 3.13t on Windows).
1 parentc13d998 commit56038c3

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,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)

[8]ページ先頭

©2009-2025 Movatter.jp