]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
exclude 3.14t + windows arm
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Jan 2026 16:48:21 +0000 (11:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Jan 2026 16:48:21 +0000 (11:48 -0500)
Change-Id: I8bd9c9cd5994f81a5758a99ef11cb0bc2d0d8f90

.github/workflows/run-test.yaml

index 488428a685ed90b06c2d015fc40a577472baf8b2..aba9098ab5fd6a2e3d54cf6003c51a8acb519443 100644 (file)
@@ -111,6 +111,9 @@ jobs:
             architecture: x86
           - os: "windows-11-arm"
             architecture: x64
+          # 3.14t is not yet supported on windows-11-arm
+          - os: "windows-11-arm"
+            python-version: "3.14t"
 
       fail-fast: false