From: Mike Bayer Date: Sat, 17 Jan 2026 16:48:21 +0000 (-0500) Subject: exclude 3.14t + windows arm X-Git-Tag: rel_2_1_0b1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da9f9e19c61e813aa97421afbbfbfa63259666c9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git exclude 3.14t + windows arm Change-Id: I8bd9c9cd5994f81a5758a99ef11cb0bc2d0d8f90 --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 488428a685..aba9098ab5 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -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