Skip to content

Commit 3f35f99

Browse files
h-g-sCopilot
andcommitted
Exclude pypy3.11 on windows-2025 from CI matrix
PyPy3 on Windows has never been an explicitly supported configuration. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2671d4c commit 3f35f99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
matrix:
4242
python-version: ["3.10", "3.11", "3.12", "3.13", "pypy3.11"]
4343
os: [macos-15, ubuntu-24.04, ubuntu-24.04-arm, windows-2025]
44+
exclude:
45+
- python-version: "pypy3.11"
46+
os: windows-2025
4447

4548
steps:
4649

0 commit comments

Comments
 (0)