From: Federico Caselli Date: Mon, 10 Feb 2025 20:44:00 +0000 (+0100) Subject: skip 3.7 on linux arm machines X-Git-Tag: rel_2_0_39~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b5ac364323b4a29605715649b50676c22f8bef6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git skip 3.7 on linux arm machines Change-Id: I6c1b4750b6df662d698a51f18bdfe08a305edc93 --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index ea1540edc1..b4dea776f0 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -59,17 +59,20 @@ jobs: exclude: - # linux do not have x86 / arm64 python + # linux does not have x86 / arm64 python - os: "ubuntu-22.04" architecture: x86 - os: "ubuntu-22.04" architecture: arm64 - # linux-arm do not have x86 / x64 python + # linux-arm does not have x86 / x64 python - os: "ubuntu-22.04-arm" architecture: x86 - os: "ubuntu-22.04-arm" architecture: x64 - # windows des not have arm64 python + # 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 # macos: latests uses arm macs. only 3.10+; no x86/x64