From 1f8ea29ab8398c0f65ea541d15163ff6191e2e8a Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Wed, 10 Dec 2025 21:06:44 +0100 Subject: [PATCH] cleaup test pipeline Change-Id: Ic29289686139f27df3c3802f20ca4cbd2105778c --- .github/workflows/run-test.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 5583165aab..da2ffcecf9 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -30,7 +30,6 @@ jobs: - "ubuntu-22.04-arm" - "windows-latest" - "macos-latest" - - "macos-13" python-version: - "3.8" - "3.9" @@ -66,8 +65,6 @@ jobs: os: "windows-11-arm" - build-type: "cext-greenlet" os: "macos-latest" - - build-type: "cext-greenlet" - os: "macos-13" # the threaded pythons are not stable under greenlet. Even # though we can run individual tests, when you run the whole suite @@ -79,12 +76,6 @@ jobs: - build-type: "cext-greenlet" python-version: "3.14t-dev" - # skip py 3.14 on x64, because greenlet builds are not on - # pypi and these dont compile yet - - architecture: x64 - python-version: - - "3.14.0-alpha - 3.14" - - "3.14t-dev" # linux do not have x86 / arm64 python - os: "ubuntu-22.04" architecture: x86 @@ -95,9 +86,6 @@ jobs: architecture: x86 - os: "ubuntu-22.04-arm" architecture: x64 - # linux-arm does not have 3.7 python - - os: "ubuntu-22.04-arm" - python-version: "3.7" # windows does not have arm64 python - os: "windows-latest" architecture: arm64 @@ -106,17 +94,10 @@ jobs: architecture: x86 - os: "macos-latest" architecture: x64 - - os: "macos-latest" - python-version: "3.7" - os: "macos-latest" python-version: "3.8" - os: "macos-latest" python-version: "3.9" - # macos 13: uses intel macs. no arm64, x86 - - os: "macos-13" - architecture: arm64 - - os: "macos-13" - architecture: x86 # pypy does not have cext or x86 or arm on linux - python-version: "pypy-3.10" build-type: "cext" -- 2.47.3