From: Mike Bayer Date: Tue, 3 Jun 2025 21:15:54 +0000 (-0400) Subject: give up on running py 3.14 in github actions X-Git-Tag: rel_2_0_42~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ebc3e095b4d3c16b28337fe87cab6ed5d766551;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git give up on running py 3.14 in github actions not worth it this is a good learning case for why we use jenkins Change-Id: If70b0029545c70c0b5a9e1c203c853164caef874 (cherry picked from commit af2895a1d767a5357ccfeec9b57568cd6a6e0846) --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 303f0b7aec..6c93ef1b4f 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -39,7 +39,6 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.14" - "pypy-3.10" build-type: - "cext"