Skip to content

Commit 8a92182

Browse files
committed
Stop testing experimental 3.13t
1 parent 7d5370d commit 8a92182

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,16 @@ jobs:
1717
strategy:
1818
matrix:
1919
os-type: [ubuntu, macos, windows]
20-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "3.15", "3.15t"]
20+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t", "3.15", "3.15t"]
2121
exclude:
2222
- os-type: macos
2323
python-version: "3.7" # Not available for the ARM-based macOS runners.
24-
- os-type: macos
25-
python-version: "3.13t"
2624
- os-type: macos
2725
python-version: "3.14t"
2826
- os-type: macos
2927
python-version: "3.15t"
3028
- os-type: windows
3129
python-version: "3.13" # FIXME: Fix and enable Python 3.13-3.15 on Windows (#1955).
32-
- os-type: windows
33-
python-version: "3.13t"
3430
- os-type: windows
3531
python-version: "3.14"
3632
- os-type: windows

0 commit comments

Comments
 (0)