Skip to content

Commit bcf7e68

Browse files
authored
drop building and testing against windows arm64 (#14216)
* Revert "refs #11199 attempt to test on windows arm64 (#12770)" This reverts commit 157e3d1. * add the matrix back
1 parent 951a5ed commit bcf7e68

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,6 @@ jobs:
352352
- {VERSION: "3.8", NOXSESSION: "tests-nocoverage"}
353353
- {VERSION: "3.14", NOXSESSION: "tests"}
354354
- {VERSION: "3.14t", NOXSESSION: "tests"}
355-
include:
356-
# Not in the main matrix because we want tests-nocoverage on Python
357-
# 3.14
358-
- PYTHON: {VERSION: "3.14", NOXSESSION: "tests-nocoverage"}
359-
WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'}
360355
timeout-minutes: 15
361356
steps:
362357
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

.github/workflows/wheel-builder.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ jobs:
315315
WINDOWS:
316316
- {ARCH: 'x86', WINDOWS: 'win32', RUST_TRIPLE: 'i686-pc-windows-msvc', RUNNER: 'windows-latest'}
317317
- {ARCH: 'x64', WINDOWS: 'win64', RUST_TRIPLE: 'x86_64-pc-windows-msvc', RUNNER: 'windows-latest'}
318-
- {ARCH: 'arm64', WINDOWS: 'arm64', RUST_TRIPLE: 'aarch64-pc-windows-msvc', RUNNER: 'windows-11-arm'}
319318
PYTHON:
320319
- {VERSION: "3.14", "ABI_VERSION": "py38"}
321320
- {VERSION: "3.14", "ABI_VERSION": "py311"}
@@ -325,9 +324,6 @@ jobs:
325324
# We need to exclude the below configuration because there is no 32-bit pypy3
326325
- WINDOWS: {ARCH: 'x86', WINDOWS: 'win32', RUST_TRIPLE: 'i686-pc-windows-msvc'}
327326
PYTHON: {VERSION: "pypy-3.11"}
328-
# We need to exclude the below configuration because there is no ARM64 pypy3
329-
- WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUST_TRIPLE: 'aarch64-pc-windows-msvc', RUNNER: 'windows-11-arm'}
330-
PYTHON: {VERSION: "pypy-3.11"}
331327
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.WINDOWS }} ${{ matrix.PYTHON.ABI_VERSION }}"
332328
steps:
333329
- name: Get build-requirements.txt from repository

docs/installation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ operating systems.
3232
* x86-64 Debian Bookworm (12.x), Trixie (13.x), and Sid (unstable)
3333
* x86-64 and ARM64 Alpine (latest)
3434
* 32-bit and 64-bit Python on 64-bit Windows Server 2022
35-
* ARM64 Windows 11
3635

3736
We test compiling with ``clang`` as well as ``gcc`` and use the following
3837
OpenSSL releases in addition to distribution provided releases from the

0 commit comments

Comments
 (0)