]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
skip 3.7 on linux arm machines
authorFederico Caselli <cfederico87@gmail.com>
Mon, 10 Feb 2025 20:44:00 +0000 (21:44 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 10 Feb 2025 20:44:00 +0000 (21:44 +0100)
Change-Id: I6c1b4750b6df662d698a51f18bdfe08a305edc93

.github/workflows/run-test.yaml

index ea1540edc1bbafdfe21aca674e683395ac0e3491..b4dea776f05ae2371bc386f2e716937e11e09ab8 100644 (file)
@@ -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