Skip to content

Commit 85f39ef

Browse files
authored
Drop Windows 3.10 from stubtest testing matrix (#15700)
1 parent f1176df commit 85f39ef

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/daily.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
matrix:
3737
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
3838
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
39+
exclude:
40+
# https://github.com/python/typeshed/issues/15694
41+
- os: "windows-latest"
42+
python-version: "3.10"
3943
fail-fast: false
4044

4145
steps:

.github/workflows/stubtest_stdlib.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
matrix:
3333
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
3434
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
35+
exclude:
36+
# https://github.com/python/typeshed/issues/15694
37+
- os: "windows-latest"
38+
python-version: "3.10"
3539
fail-fast: false
3640

3741
steps:

0 commit comments

Comments
 (0)