Skip to content

Commit d247e0a

Browse files
committed
more backports
1 parent 4a70773 commit d247e0a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,6 @@ jobs:
214214
# This will change in the future as we change the base Python we
215215
# build against
216216
_PYTHON_HOST_PLATFORM: 'macosx-10.9-universal2'
217-
- VERSION: 'pypy-3.10'
218-
BIN_PATH: 'pypy3'
219-
DEPLOYMENT_TARGET: '10.13'
220-
_PYTHON_HOST_PLATFORM: 'macosx-10.9-x86_64'
221-
ARCHFLAGS: '-arch x86_64'
222217
- VERSION: 'pypy-3.11'
223218
BIN_PATH: 'pypy3'
224219
DEPLOYMENT_TARGET: '11.0'
@@ -325,18 +320,10 @@ jobs:
325320
- {VERSION: "3.11", "ABI_VERSION": "py38"}
326321
- {VERSION: "3.11", "ABI_VERSION": "py311"}
327322
- {VERSION: "3.14t"}
328-
- {VERSION: "pypy-3.10"}
329323
- {VERSION: "pypy-3.11"}
330324
exclude:
331325
# We need to exclude the below configuration because there is no 32-bit pypy3
332326
- WINDOWS: {ARCH: 'x86', WINDOWS: 'win32', RUST_TRIPLE: 'i686-pc-windows-msvc'}
333-
PYTHON: {VERSION: "pypy-3.10"}
334-
- WINDOWS: {ARCH: 'x86', WINDOWS: 'win32', RUST_TRIPLE: 'i686-pc-windows-msvc'}
335-
PYTHON: {VERSION: "pypy-3.11"}
336-
# We need to exclude the below configuration because there is no ARM64 pypy3
337-
- WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUST_TRIPLE: 'aarch64-pc-windows-msvc', RUNNER: 'windows-11-arm'}
338-
PYTHON: {VERSION: "pypy-3.10"}
339-
- WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUST_TRIPLE: 'aarch64-pc-windows-msvc', RUNNER: 'windows-11-arm'}
340327
PYTHON: {VERSION: "pypy-3.11"}
341328
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.WINDOWS }} ${{ matrix.PYTHON.ABI_VERSION }}"
342329
steps:

0 commit comments

Comments
 (0)