Skip to content

Commit 692f056

Browse files
committed
ci: remove pypy builds for windows
Signed-off-by: Bryant Finney <[email protected]>
1 parent 63bed67 commit 692f056

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/push-poetry.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ jobs:
178178
- { os: linux, target: s390x, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 }
179179

180180
# windows
181-
- { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.10, python-architecture: x86 }
182-
- { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.10, python-architecture: x86 }
183-
- { os: windows, target: aarch64, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.10 }
184-
- { os: windows, target: x86_64, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.10 }
185-
- { os: windows, target: x64, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.10 }
181+
- { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
182+
- { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
183+
- { os: windows, target: aarch64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
184+
- { os: windows, target: x86_64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
185+
- { os: windows, target: x64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
186186

187187
steps:
188188
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)